[]
Initializes a new instance of the CustomProperties class.
public CustomProperties()
For internal use only.
public CustomProperties(string xml)
| Type | Name | Description |
|---|---|---|
| string | xml |
For internal use only.
public CustomProperties(string xml, GraphXmlSerializationContext context)
| Type | Name | Description |
|---|---|---|
| string | xml | |
| GraphXmlSerializationContext | context |
Initializes a new instance of the CustomProperties class.
public CustomProperties(KeyValuePair[] initialValues)
| Type | Name | Description |
|---|---|---|
| KeyValuePair[] | initialValues | The initial values. |