SBElementArray Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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