UnmanagedMarshal.ElementCount 属性

定义

获取数字元素。 此属性为只读。

public:
 property int ElementCount { int get(); };
public int ElementCount { get; }
member this.ElementCount : int
Public ReadOnly Property ElementCount As Integer

属性值

指示元素计数的整数。

例外

该参数不是非托管元素计数。

注解

ElementCount仅当存在 时,才有 NativeTypeFixedArray

适用于