System::Net::Http::Headers::ObjectCollection::ObjectCollection constructor

ObjectCollection::ObjectCollection() constructor

RTTI information.

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

Remarks

Constructs a new instance.

See Also

ObjectCollection::ObjectCollection(Action<T>) constructor

Constructs a new instance.

System::Net::Http::Headers::ObjectCollection<T>::ObjectCollection(Action<T> validator)
ParameterTypeDescription
validatorAction<T>A delegate that is used to validate an item before adding it.

See Also