共用方式為


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
屬性

適用於