共用方式為


UnmanagedMarshal.ElementCount 屬性

定義

取得數字元素。 這個屬性是唯讀的。

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

屬性值

整數,指出元素計數。

例外狀況

引數不是 Unmanaged 元素計數。

備註

ElementCount只有在 有 時,才會有 NativeTypeFixedArray

適用於