Property | Type | Description |
---|
Method | Description | |
---|---|---|
ContextItem ( string key, object value ) : System |
Initializes a new instance of the ContextItem class.
|
|
ContextItem ( string key, object value, bool isLocal ) : System |
Initializes a new instance of the ContextItem class.
|
public ContextItem ( string key, object value ) : System | ||
key | string | The key. |
value | object | The value. |
return | System |
public ContextItem ( string key, object value, bool isLocal ) : System | ||
key | string | The key. |
value | object | The value. |
isLocal | bool | if set to |
return | System |