IList<TValue>.pop_front 메서드

정의

컨테이너에서 첫 번째 요소를 제거합니다.

public:
 void pop_front();
public void pop_front ();
abstract member pop_front : unit -> unit
Public Sub pop_front ()

설명

자세한 내용은 list:: pop_front (STL/CLR)합니다.

적용 대상