HttpCacheDirectiveHeaderValueCollection.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 HttpNameValueHeaderValue item in the collection.
public:
virtual IIterator<HttpNameValueHeaderValue ^> ^ First() = IIterable<HttpNameValueHeaderValue ^>::First;
IIterator<HttpNameValueHeaderValue> First();
public IIterator<HttpNameValueHeaderValue> First();
function first()
Public Function First () As IIterator(Of HttpNameValueHeaderValue)
Returns
An object that can be used to enumerate the HttpNameValueHeaderValue items in the collection. The iterator points to the first HttpNameValueHeaderValue item in the HttpCacheDirectiveHeaderValueCollection.