Méthode | Description | |
---|---|---|
CreateType ( string kind ) : |
Parse type of Type from string to Type Enum
|
|
GetNameFromFullName ( string name ) : string |
Split the name from the fullName
|
|
GetNamespaceFromFullName ( string fullName ) : string |
Split the Namepsace information from the fullName
|
|
ParseProtectionLevel ( string level ) : ProtectionLevel |
Parse protection level from string to ProtectionLevel enum
|
public static CreateType ( string kind ) : |
||
kind | string |
/// A |
Résultat |
public static GetNameFromFullName ( string name ) : string | ||
name | string |
/// A |
Résultat | string |
public static GetNamespaceFromFullName ( string fullName ) : string | ||
fullName | string |
/// A |
Résultat | string |
public static ParseProtectionLevel ( string level ) : ProtectionLevel | ||
level | string |
/// A |
Résultat | ProtectionLevel |