IVector<T>.Size Proprietà

Definizione

Ottiene il numero di elementi nel vettore.

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

Valore della proprietà

UInt32

unsigned int

uint32_t

Numero di elementi nel vettore.

Commenti

Quando si esegue la programmazione con .NET, questa interfaccia è nascosta e si dovrebbe usare l'interfaccia System.Collections.Generic.IList<T> .

Si applica a

Vedi anche