Compartilhar via


SBElementArray Construtores

Definição

Sobrecargas

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

Parâmetros

coder
NSCoder
Atributos

Aplica-se a

SBElementArray(NSObjectFlag)

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

Parâmetros

Aplica-se a

SBElementArray(IntPtr)

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

Parâmetros

handle
IntPtr

nativeint

Aplica-se a

SBElementArray(nuint)

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

Parâmetros

capacity
System.System.UIntPtr System.unativeint
Atributos

Aplica-se a