IVector<T>.Size 属性

定义

获取向量中的项数。

public:
 property unsigned int Size { unsigned int get(); };
uint32_t Size();
public uint Size { get; }
Public ReadOnly Property Size As UInteger

属性值

UInt32

unsigned int

uint32_t

向量中的项数。

注解

使用 .NET 编程时,此接口是隐藏的,应使用 System.Collections.Generic.IList<T> 接口。

适用于

另请参阅