Method | Description | |
---|---|---|
ParsedNamespace ( string namespaceContents ) : System | ||
ParsedNamespace ( string namespaceContents, bool removeComments, bool trimParsedClassContents ) : System |
Method | Description | |
---|---|---|
GetEndOfClassIndex ( string namespaceContents, int startOfClass ) : int |
public ParsedNamespace ( string namespaceContents ) : System | ||
namespaceContents | string | |
return | System |
public ParsedNamespace ( string namespaceContents, bool removeComments, bool trimParsedClassContents ) : System | ||
namespaceContents | string | |
removeComments | bool | |
trimParsedClassContents | bool | |
return | System |