HttpMethodHeaderValueCollection.First Method

Definition

Retrieves an iterator to the first HttpMethod item in the collection.

public:
 virtual IIterator<HttpMethod ^> ^ First() = IIterable<HttpMethod ^>::First;
IIterator<HttpMethod> First();
public IIterator<HttpMethod> First();
function first()
Public Function First () As IIterator(Of HttpMethod)

Returns

An object that can be used to enumerate the HttpMethod items in the collection. The iterator points to the first HttpMethod item in the HttpMethodHeaderValueCollection.

Implements

Applies to