IList<TValue>.front_item Propiedad

Definición

Obtiene acceso al primer elemento del contenedor.

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 de propiedad

TValue

Primer elemento de la secuencia controlada, que debe ser no vacío.

Comentarios

Para obtener más información, vea list::front_item (STL/CLR) .

Se aplica a