IDeque<TValue>.front Method

Definition

Accesses the first element of the container.

public:
 TValue % front();
public ref TValue front ();
abstract member front : unit -> 'Value
Public Function front () As TValue

Returns

TValue

The first element of the controlled sequence, which must be non-empty.

Remarks

For more information, see deque::front (STL/CLR).

Applies to