HttpRequestOptions.ICollection<KeyValuePair<String,Object>>.Add Method

Definition

Adds an item to the ICollection<T>.

C#
void ICollection<KeyValuePair<string,object>>.Add(System.Collections.Generic.KeyValuePair<string,object> item);

Parameters

item
KeyValuePair<String,Object>

The object to add to the ICollection<T>.

Implements

Remarks

This member is an explicit interface member implementation. It can be used only when the HttpRequestOptions instance is cast to an ICollection<T> interface.

Applies to

Product Versions
.NET 5, 6, 7, 8, 9