Property | Type | Description |
---|
Method | Description | |
---|---|---|
Create ( ) : |
Creates a new XContext instance.
|
|
Create ( |
Creates a new XContext instance.
|
|
XContext ( ) : System.Collections.Immutable |
Initializes a new instance of the XContext class.
|
|
this ( string name ) : string |
Gets or sets XProperty.Value using name as key for Properties array values. If property with the specified key does not exist it is created. |
public static Create ( |
||
record | The record instance. | |
return |
public XContext ( ) : System.Collections.Immutable | ||
return | System.Collections.Immutable |
public this ( string name ) : string | ||
name | string | The property value. |
return | string |