HttpLanguageHeaderValueCollection.Append(Language) 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 void Append(Language ^ value) = IVector<Language ^>::Append;
void Append(Language const& value);
public void Append(Language value);
function append(value)
Public Sub Append (value As Language)
Parameters
- value
- Language
The new item to add.