PropertiesCollection.ICollection<KeyValuePair<String, Object>>.Add Method
Namespace: Microsoft.VisualStudio.Services.WebApi
Assembly: Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)
Syntax
'Declaration
Private Sub Add ( _
keyValuePair As KeyValuePair(Of String, Object) _
) Implements ICollection(Of KeyValuePair(Of String, Object)).Add
void ICollection<KeyValuePair<string, Object>>.Add(
KeyValuePair<string, Object> keyValuePair
)
private:
virtual void Add(
KeyValuePair<String^, Object^> keyValuePair
) sealed = ICollection<KeyValuePair<String^, Object^>>::Add
private abstract Add :
keyValuePair:KeyValuePair<string, Object> -> unit
private override Add :
keyValuePair:KeyValuePair<string, Object> -> unit
JScript does not support explicit interface implementations.
Parameters
- keyValuePair
Type: System.Collections.Generic.KeyValuePair<String, Object>
Implements
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.