Class CoreFoundation.CFMutableArray
Inheritance
System.Object
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
Namespace: Xamarin.NativeHelpers
Assembly: Xamarin.NativeHelpers.dll
Syntax
public sealed class CFMutableArray : CoreFoundation.CFArrayBase, IDisposable, IReadOnlyList<IntPtr>, IReadOnlyCollection<IntPtr>, IEnumerable<IntPtr>, IEnumerable
Constructors
| Improve this Doc View SourceCFMutableArray()
Declaration
public CFMutableArray()
Methods
| Improve this Doc View SourceAdd(CoreFoundation.CFObject)
Declaration
public void Add(CoreFoundation.CFObject value)
Parameters
Type | Name | Description |
---|---|---|
CoreFoundation.CFObject | value |
AddRange(IEnumerable<String>)
Declaration
public void AddRange(IEnumerable<string> values)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<System.String> | values |
Implements
System.IDisposable
System.Collections.Generic.IReadOnlyList<T>
System.Collections.Generic.IReadOnlyCollection<T>
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable