Show / Hide Table of Contents

Class CoreFoundation.CFArrayBase

Inheritance
System.Object
CoreFoundation.CFObject
CoreFoundation.CFArrayBase
CoreFoundation.CFArray
CoreFoundation.CFMutableArray
Implements
System.IDisposable
System.Collections.Generic.IReadOnlyList<System.IntPtr>
System.Collections.Generic.IReadOnlyCollection<System.IntPtr>
System.Collections.Generic.IEnumerable<System.IntPtr>
System.Collections.IEnumerable
Inherited Members
CoreFoundation.CFObject.Handle
CoreFoundation.CFObject.Dispose()
CoreFoundation.CFObject.Dispose(Boolean)
Namespace: Xamarin.NativeHelpers
Assembly: Xamarin.NativeHelpers.dll
Syntax
public abstract class CFArrayBase : CoreFoundation.CFObject, IDisposable, IReadOnlyList<IntPtr>, IReadOnlyCollection<IntPtr>, IEnumerable<IntPtr>, IEnumerable

Properties

| Improve this Doc View Source

Count

Declaration
public int Count { get; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

Item[Int32]

Declaration
public IntPtr this[int index] { get; }
Parameters
Type Name Description
System.Int32 index
Property Value
Type Description
System.IntPtr

Methods

| Improve this Doc View Source

GetEnumerator()

Declaration
public IEnumerator<IntPtr> GetEnumerator()
Returns
Type Description
System.Collections.Generic.IEnumerator<System.IntPtr>

Explicit Interface Implementations

| Improve this Doc View Source

IEnumerable.GetEnumerator()

Declaration
IEnumerator IEnumerable.GetEnumerator()
Returns
Type Description
System.Collections.IEnumerator

Implements

System.IDisposable
System.Collections.Generic.IReadOnlyList<T>
System.Collections.Generic.IReadOnlyCollection<T>
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable
  • Improve this Doc
  • View Source
Back to top Generated by DocFX