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> インターフェイスを使用する必要があります。

適用対象

こちらもご覧ください