Düzenle

Aracılığıyla paylaş


SBElementArray Constructors

Definition

Overloads

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

Parameters

coder
NSCoder
Attributes

Applies to

SBElementArray(NSObjectFlag)

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

Parameters

Applies to

SBElementArray(IntPtr)

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

Parameters

handle
IntPtr

nativeint

Applies to

SBElementArray(nuint)

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

Parameters

capacity
System.System.UIntPtr System.unativeint
Attributes

Applies to