Свойство | Type | Description | |
---|---|---|---|
isClassless | bool |
Méthode | Description | |
---|---|---|
CCSharpParser ( string file ) : System | ||
GenerateCode ( string rootMethodName ) : string | ||
ToTempFile ( bool imported ) : string |
Méthode | Description | |
---|---|---|
FixString ( string text ) : string | ||
IsClasslessCode ( string rawCode ) : bool | ||
IsDeclaration ( string code ) : bool | ||
IsMethodDeclaration ( string code ) : bool | ||
IsToken ( string text, int start, int length ) : bool | ||
IsUsingDirective ( string code ) : bool | ||
ProcessIfMarkedAsClassless ( string rawCode ) : bool |
public CCSharpParser ( string file ) : System | ||
file | string | |
Résultat | System |
public GenerateCode ( string rootMethodName ) : string | ||
rootMethodName | string | |
Résultat | string |
public ToTempFile ( bool imported ) : string | ||
imported | bool | |
Résultat | string |