NSMutableOrderedSet<TKey> Конструкторы
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
NSMutableOrderedSet<TKey>() | |
NSMutableOrderedSet<TKey>(NSCoder) |
Конструктор, который инициализирует объект из данных, хранящихся в объекте unarchiver. |
NSMutableOrderedSet<TKey>(NSMutableOrderedSet<TKey>) | |
NSMutableOrderedSet<TKey>(NSOrderedSet<TKey>) | |
NSMutableOrderedSet<TKey>(NSSet<TKey>) | |
NSMutableOrderedSet<TKey>(nint) | |
NSMutableOrderedSet<TKey>(TKey) | |
NSMutableOrderedSet<TKey>(TKey[]) |
NSMutableOrderedSet<TKey>()
public NSMutableOrderedSet ();
Применяется к
NSMutableOrderedSet<TKey>(NSCoder)
Конструктор, который инициализирует объект из данных, хранящихся в объекте unarchiver.
public NSMutableOrderedSet (Foundation.NSCoder coder);
new Foundation.NSMutableOrderedSet<'Key (requires 'Key : null and 'Key :> ObjCRuntime.INativeObject)> : Foundation.NSCoder -> Foundation.NSMutableOrderedSet<'Key (requires 'Key : null and 'Key :> ObjCRuntime.INativeObject)>
Параметры
- coder
- NSCoder
Объект unarchiver.
Комментарии
Этот конструктор предоставляется для инициализации класса из неархиватора (например, во время десериализации NIB). Это часть NSCoding протокола.
Если разработчики хотят создать подкласс этого объекта и продолжать поддерживать десериализацию из архива, они должны реализовать конструктор с идентичной сигнатурой: взяв один параметр типа NSCoder и дополнив его объявлением атрибута [Export("initWithCoder:"].
Состояние этого объекта также можно сериализовать с помощью вспомогательного метода EncodeTo.
Применяется к
NSMutableOrderedSet<TKey>(NSMutableOrderedSet<TKey>)
public NSMutableOrderedSet (Foundation.NSMutableOrderedSet<TKey> other);
new Foundation.NSMutableOrderedSet<'Key (requires 'Key : null and 'Key :> ObjCRuntime.INativeObject)> : Foundation.NSMutableOrderedSet<'Key (requires 'Key : null and 'Key :> ObjCRuntime.INativeObject)> -> Foundation.NSMutableOrderedSet<'Key (requires 'Key : null and 'Key :> ObjCRuntime.INativeObject)>
Параметры
Применяется к
NSMutableOrderedSet<TKey>(NSOrderedSet<TKey>)
public NSMutableOrderedSet (Foundation.NSOrderedSet<TKey> other);
new Foundation.NSMutableOrderedSet<'Key (requires 'Key : null and 'Key :> ObjCRuntime.INativeObject)> : Foundation.NSOrderedSet<'Key (requires 'Key : null and 'Key :> ObjCRuntime.INativeObject)> -> Foundation.NSMutableOrderedSet<'Key (requires 'Key : null and 'Key :> ObjCRuntime.INativeObject)>
Параметры
- other
- NSOrderedSet<TKey>
Применяется к
NSMutableOrderedSet<TKey>(NSSet<TKey>)
public NSMutableOrderedSet (Foundation.NSSet<TKey> source);
new Foundation.NSMutableOrderedSet<'Key (requires 'Key : null and 'Key :> ObjCRuntime.INativeObject)> : Foundation.NSSet<'Key (requires 'Key : null and 'Key :> ObjCRuntime.INativeObject)> -> Foundation.NSMutableOrderedSet<'Key (requires 'Key : null and 'Key :> ObjCRuntime.INativeObject)>
Параметры
- source
- NSSet<TKey>
Применяется к
NSMutableOrderedSet<TKey>(nint)
public NSMutableOrderedSet (nint capacity);
new Foundation.NSMutableOrderedSet<'Key (requires 'Key : null and 'Key :> ObjCRuntime.INativeObject)> : nint -> Foundation.NSMutableOrderedSet<'Key (requires 'Key : null and 'Key :> ObjCRuntime.INativeObject)>
Параметры
- capacity
- System.System.IntPtr System.nativeint
Применяется к
NSMutableOrderedSet<TKey>(TKey)
public NSMutableOrderedSet (TKey start);
new Foundation.NSMutableOrderedSet<'Key (requires 'Key : null and 'Key :> ObjCRuntime.INativeObject)> : 'Key -> Foundation.NSMutableOrderedSet<'Key (requires 'Key : null and 'Key :> ObjCRuntime.INativeObject)>
Параметры
- start
- TKey
Применяется к
NSMutableOrderedSet<TKey>(TKey[])
public NSMutableOrderedSet (params TKey[] objs);
new Foundation.NSMutableOrderedSet<'Key (requires 'Key : null and 'Key :> ObjCRuntime.INativeObject)> : 'Key[] -> Foundation.NSMutableOrderedSet<'Key (requires 'Key : null and 'Key :> ObjCRuntime.INativeObject)>
Параметры
- objs
- TKey[]