IQueue<TValue,TCont>.get_container 方法

定义

访问基础容器。

public:
 TCont get_container();
public TCont get_container();
abstract member get_container : unit -> 'Cont
Public Function get_container () As TCont

返回

TCont

基础容器。 使用它可以绕过容器包装器施加的限制。

注解

有关详细信息,请参阅 queue::get_container(STL/CLR)。

适用于