ObjectCollection()

ObjectCollection::ObjectCollection() constructor

Constructs a new instance.

System::Net::Http::Headers::ObjectCollection<T>::ObjectCollection()

ObjectCollection::ObjectCollection(Action<T>) constructor

Constructs a new instance.

System::Net::Http::Headers::ObjectCollection<T>::ObjectCollection(Action<T> validator)

Arguments

ParameterTypeDescription
validatorAction<T>A delegate that is used to validate an item before adding it.

See Also