HttpContentHeaderCollection.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.
Retrieves an iterator to the first item in the HttpContentHeaderCollection.
public:
virtual IIterator<IKeyValuePair<Platform::String ^, Platform::String ^> ^> ^ First() = IIterable<IKeyValuePair<Platform::String ^, Platform::String ^> ^>::First;
IIterator<IKeyValuePair<winrt::hstring, winrt::hstring const&>> First();
public IIterator<KeyValuePair<string,string>> First();
function first()
Public Function First () As IIterator(Of KeyValuePair(Of String, String))
Returns
IIterator<IKeyValuePair<Platform::String,Platform::String>>
IIterator<IKeyValuePair<winrt::hstring,winrt::hstring>>
An object that can be used to enumerate the items in the collection. The iterator points to the first item in the HttpContentHeaderCollection.