Load
Overloads
| Name | Description |
|---|---|
| Load(string path, bool ordered) | Load |
| Load(Stream stream, bool ordered) | Load |
| Load(StreamReader reader, bool ordered) | Load |
Load(string path, bool ordered)
public void Load(string path, bool ordered)
Load
Parameters
| Name | Type | Description |
|---|---|---|
| path | string | Path |
| ordered | bool | Ordered |
Load(Stream stream, bool ordered)
public void Load(Stream stream, bool ordered)
Load
Parameters
| Name | Type | Description |
|---|---|---|
| stream | Stream | Stream |
| ordered | bool | Ordered |
Load(StreamReader reader, bool ordered)
public void Load(StreamReader reader, bool ordered)
Load
Parameters
| Name | Type | Description |
|---|---|---|
| reader | StreamReader | Reader |
| ordered | bool | Ordered |