System::Net::Http::Headers::HttpHeaderValueCollection< System::String >::Add method

String >::Add method

Adds element into collection.

void System::Net::Http::Headers::HttpHeaderValueCollection<System::String>::Add(const String &item) override
ParameterTypeDescription
itemconst String&to add.

See Also