HttpLanguageHeaderValueCollection.First Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.