Class CoreFoundation.CFArrayBase
Inheritance
System.Object
CoreFoundation.CFArrayBase
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
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 SourceCount
Declaration
public int Count { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
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 SourceGetEnumerator()
Declaration
public IEnumerator<IntPtr> GetEnumerator()
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerator<System.IntPtr> |
Explicit Interface Implementations
| Improve this Doc View SourceIEnumerable.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