HttpLanguageHeaderValueCollection.First Method

Definition

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

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

Returns

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

Implements

Applies to