IVector<TValue>.front_item Propriedade
Definição
Acessa o primeiro elemento do contêiner.Accesses the first element of the container.
public:
property TValue front_item { TValue get(); void set(TValue value); };
public TValue front_item { get; set; }
member this.front_item : 'Value with get, set
Public Property front_item As TValue
Valor da propriedade
- TValue
O primeiro elemento da sequência controlada, que não pode ser vazia.The first element of the controlled sequence, which must be non-empty.
Comentários
Para obter mais informações, consulte vector:: front_item (STL/CLR).For more information, see vector::front_item (STL/CLR).