Свойство | Тип | Описание | |
---|---|---|---|
NormalizePath | string>.Func |
Метод | Описание | |
---|---|---|
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 |
|
Результат | Index |
public static Load ( string path, string indexclass = null, Action |
||
path | string | |
indexclass | string | |
after_load_action | Action |
|
Результат | Index |
public static Save ( |
||
Output | ||
idx | Index | |
Результат | void |
public static Save ( string path, Index I ) : void | ||
path | string | |
I | Index | |
Результат | void |