Property | Type | Description | |
---|---|---|---|
NormalizePath | string>.Func |
Method | Description | |
---|---|---|
Load ( |
||
Load ( string path, string indexclass = null, Action |
Returns the object Type of the index, this should be done before the generic creation.
|
|
Save ( |
||
Save ( string path, Index I ) : void |
public static Load ( |
||
Input | ||
indexclass | string | |
after_load_action | Action |
|
return | Index |
public static Load ( string path, string indexclass = null, Action |
||
path | string | |
indexclass | string | |
after_load_action | Action |
|
return | Index |
public static Save ( |
||
Output | ||
idx | Index | |
return | void |
public static Save ( string path, Index I ) : void | ||
path | string | |
I | Index | |
return | void |