IVector<TValue>.empty Metodo

Definizione

Verifica se nel contenitore non è presente alcun elemento.

public:
 bool empty();
public bool empty ();
abstract member empty : unit -> bool
Public Function empty () As Boolean

Restituisce

Boolean

true se il contenitore non contiene elementi; in caso contrario, false.

Commenti

Per ulteriori informazioni, vedere vector:: Empty (STL/CLR).

Si applica a