PropertiesCollection Constructor (IDictionary<String, Object>)
Namespace: Microsoft.VisualStudio.Services.WebApi
Assembly: Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)
Syntax
'Declaration
Public Sub New ( _
source As IDictionary(Of String, Object) _
)
public PropertiesCollection(
IDictionary<string, Object> source
)
public:
PropertiesCollection(
IDictionary<String^, Object^>^ source
)
new :
source:IDictionary<string, Object> -> PropertiesCollection
public function PropertiesCollection(
source : IDictionary<String, Object>
)
Parameters
- source
Type: System.Collections.Generic.IDictionary<String, Object>
.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.