Method | Description | |
---|---|---|
ApplyPendingChanges ( ) : void | ||
Find ( string identify ) : |
||
FindAll ( string Keyword ) : NekoKun.NavPoint[] | ||
ForEach ( Action |
||
TryFind ( string identify, |
Method | Description | |
---|---|---|
AddPendingChange ( |
||
Clean ( ) : void | ||
FileManager ( ) : System | ||
OnPendingChangesStatusChanged ( ) : void | ||
Open ( |
||
RemovePendingChange ( |
public static Find ( string identify ) : |
||
identify | string | |
return |
public static FindAll ( string Keyword ) : NekoKun.NavPoint[] | ||
Keyword | string | |
return | NekoKun.NavPoint[] |
public static ForEach ( Action |
||
action | Action |
|
return | void |
public static TryFind ( string identify, |
||
identify | string | |
file | ||
return | bool |