Property | Type | Description |
---|
Method | Description | |
---|---|---|
Load ( |
Loads a resource file from stream.
|
|
Load ( Stream stream ) : |
Loads a resource file from stream.
|
|
Load ( string file ) : |
Loads a resource file from stream.
|
|
Save ( |
Saves the resource file to a file.
|
|
Save ( Stream stream, |
Saves the resource file to a stream.
|
|
XResourceFile ( ) : System |
Initializes a new instance of a resource file.
|
|
XResourceFile ( IEnumerable |
Initializes a new instance of a resource file.
|
|
this ( string key ) : |
Gets the first (or default) item with the specified key.
|
public static Load ( |
||
file | /// The file to load from. /// | |
return |
public static Load ( Stream stream ) : |
||
stream | Stream | /// The stream to load from. /// |
return |
public static Load ( string file ) : |
||
file | string | /// The file to load from. /// |
return |
public Save ( |
||
file | /// The file to safe to. /// | |
encoding | /// The encoding to use. /// | |
return | void |
public Save ( Stream stream, |
||
stream | Stream | /// The stream to safe to. /// |
encoding | /// The encoding to use. /// | |
return | void |
public XResourceFile ( IEnumerable |
||
data | IEnumerable |
|
return | System |
public this ( string key ) : |
||
key | string | /// The key to search for. /// |
return |