IVector<TValue>.front_item 属性

定义

访问容器的第一个元素。

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

属性值

TValue

受控序列中的第一个元素,该元素必须为非空元素。

注解

有关详细信息,请参阅 vector::front_item (STL/CLR)

适用于