SBElementArray Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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