Поделиться через


SBElementArray Конструкторы

Определение

Перегрузки

SBElementArray(NSCoder)
SBElementArray(NSObjectFlag)
SBElementArray(IntPtr)
SBElementArray(nuint)

SBElementArray(NSCoder)

[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public SBElementArray (Foundation.NSCoder coder);
new ScriptingBridge.SBElementArray : Foundation.NSCoder -> ScriptingBridge.SBElementArray

Параметры

coder
NSCoder
Атрибуты

Применяется к

SBElementArray(NSObjectFlag)

protected SBElementArray (Foundation.NSObjectFlag t);
new ScriptingBridge.SBElementArray : Foundation.NSObjectFlag -> ScriptingBridge.SBElementArray

Параметры

Применяется к

SBElementArray(IntPtr)

protected internal SBElementArray (IntPtr handle);
new ScriptingBridge.SBElementArray : nativeint -> ScriptingBridge.SBElementArray

Параметры

handle
IntPtr

nativeint

Применяется к

SBElementArray(nuint)

[Foundation.Export("initWithCapacity:")]
public SBElementArray (nuint capacity);
new ScriptingBridge.SBElementArray : nuint -> ScriptingBridge.SBElementArray

Параметры

capacity
System.System.UIntPtr System.unativeint
Атрибуты

Применяется к