Vector<T>.Count 属性

定义

返回存储在向量中的元素数量。

public:
 static property int Count { int get(); };
public static int Count { get; }
static member Count : int
static member Count : int
Public Shared ReadOnly Property Count As Integer

属性值

存储在向量中的元素数量。

例外

不支持通过反射访问属性 getter。

- 或 -

.NET 5 及更高版本:不支持类型 T

适用于