Show / Hide Table of Contents

Class CoreFoundation.CFMutableArray

Inheritance
System.Object
CoreFoundation.CFObject
CoreFoundation.CFArrayBase
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.CFArrayBase.Count
CoreFoundation.CFArrayBase.Item[Int32]
CoreFoundation.CFArrayBase.GetEnumerator()
CoreFoundation.CFArrayBase.IEnumerable.GetEnumerator()
CoreFoundation.CFObject.Handle
CoreFoundation.CFObject.Dispose()
CoreFoundation.CFObject.Dispose(Boolean)
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 Source

CFMutableArray()

Declaration
public CFMutableArray()

Methods

| Improve this Doc View Source

Add(CoreFoundation.CFObject)

Declaration
public void Add(CoreFoundation.CFObject value)
Parameters
Type Name Description
CoreFoundation.CFObject value
| Improve this Doc View Source

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
  • Improve this Doc
  • View Source
Back to top Generated by DocFX