Property | Type | Description | |
---|---|---|---|
content | String | ||
indent | String | ||
isAbstract | bool | ||
lineCount | int | ||
name | String | ||
type | String |
Method | Description | |
---|---|---|
MethodDetail ( String name, String type, String indent, String content, int lineCount, bool isAbstract ) : System.Collections.Generic | ||
ToString ( ) : String |
public MethodDetail ( String name, String type, String indent, String content, int lineCount, bool isAbstract ) : System.Collections.Generic | ||
name | String | |
type | String | |
indent | String | |
content | String | |
lineCount | int | |
isAbstract | bool | |
return | System.Collections.Generic |