NSMutableIndexSet
NSMutableIndexSet()
NSMutableIndexSet(IntPtr)
NSMutableIndexSet(NativeHandle)
NSMutableIndexSet(NSCoder)
NSMutableIndexSet(NSIndexSet)
NSMutableIndexSet(NSObjectFlag)
NSMutableIndexSet(nuint)
NSMutableIndexSet(nuint)
ClassHandle
Add(NSIndexSet)
Add(nuint)
Add(nuint)
AddIndexesInRange(NSRange)
Clear()
EncodeTo(NSCoder)
Remove(NSIndexSet)
Remove(nuint)
Remove(nuint)
RemoveIndexesInRange(NSRange)
ShiftIndexes(nuint, nint)
ShiftIndexes(nuint, nint)
xamarinios
namespace Foundation
{
[Register("NSMutableIndexSet", true)]
public class NSMutableIndexSet : NSIndexSet, INSCoding, INSSecureCoding, INativeObject, IDisposable
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[EditorBrowsable(EditorBrowsableState.Advanced)]
protected internal NSMutableIndexSet(IntPtr handle);
}
}
Xamarin iOS | 0.0 |
---|---|
Xamarin macOS | 0.0 |
Xamarin tvOS | 0.0 |
Xamarin watchOS | 0.0 |
Information specific to xamarinios | |
Assembly | Xamarin.iOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API