[]
Initializes a new instance of the KeyValuePair class.
public KeyValuePair(string key, object value)
Type | Name | Description |
---|---|---|
string | key | |
object | value |
Initializes a new instance of the KeyValuePair class.
public KeyValuePair(string key, object value, bool isPointOverridable)
Type | Name | Description |
---|---|---|
string | key | |
object | value | |
bool | isPointOverridable |
Initializes a new instance of the KeyValuePair class.
public KeyValuePair(string key, object value, ICustomPropertyValueValidator validator)
Type | Name | Description |
---|---|---|
string | key | |
object | value | |
ICustomPropertyValueValidator | validator |
Initializes a new instance of the KeyValuePair class.
public KeyValuePair(string key, object value, ICustomPropertyValueValidator validator, bool isPointOverridable)
Type | Name | Description |
---|---|---|
string | key | |
object | value | |
ICustomPropertyValueValidator | validator | |
bool | isPointOverridable |