Méthode | Description | |
---|---|---|
GetMap ( this self ) : JsonData>.IDictionary |
||
GetMemberByName ( this |
||
GetProjectGuid ( string projectPath ) : string | ||
GetStringMap ( this self ) : string>.IDictionary |
||
GetVersion ( string fileVersionText ) : string | ||
IndexOfNthOccurence ( this self, char value, int startIndex, int n ) : int | ||
SafeGet ( this self, string propertyName ) : JsonData | ||
SafeGetString ( this self, string propertyName ) : string |
public static GetMap ( this self ) : JsonData>.IDictionary |
||
self | this | |
Résultat | JsonData>.IDictionary |
public static GetMemberByName ( this |
||
self | this |
|
name | string | |
Résultat |
public static GetProjectGuid ( string projectPath ) : string | ||
projectPath | string | |
Résultat | string |
public static GetStringMap ( this self ) : string>.IDictionary |
||
self | this | |
Résultat | string>.IDictionary |
public static GetVersion ( string fileVersionText ) : string | ||
fileVersionText | string | |
Résultat | string |
public static IndexOfNthOccurence ( this self, char value, int startIndex, int n ) : int | ||
self | this | |
value | char | |
startIndex | int | |
n | int | |
Résultat | int |
public static SafeGet ( this self, string propertyName ) : JsonData | ||
self | this | |
propertyName | string | |
Résultat | JsonData |
public static SafeGetString ( this self, string propertyName ) : string | ||
self | this | |
propertyName | string | |
Résultat | string |