SBElementArray 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
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
- 属性