IList<TValue>.front_item 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
访问容器的第一个元素。
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
受控序列中的第一个元素,该元素必须为非空元素。
注解
有关详细信息,请参阅 list::front_item (STL/CLR) 。