프로퍼티 | 타입 | 설명 | |
---|---|---|---|
HeapSizes | int>.Dictionary |
메소드 | 설명 | |
---|---|---|
ConditionalNewLine ( this formatter ) : void | ||
EscapeIdentifier ( string identifier ) : string | ||
FormatMemberName ( IMemberDefinition member ) : string | ||
OffsetOfField ( |
||
PickMemoryTypeSuffix ( |
||
PickTypeKeyword ( |
||
SizeOfStruct ( |
||
SizeOfType ( |
||
WriteSExpr ( this formatter, string keyword, Action |
public static ConditionalNewLine ( this formatter ) : void | ||
formatter | this | |
리턴 | void |
public static EscapeIdentifier ( string identifier ) : string | ||
identifier | string | |
리턴 | string |
public static FormatMemberName ( IMemberDefinition member ) : string | ||
member | IMemberDefinition | |
리턴 | string |
public static OffsetOfField ( |
||
fd | ||
리턴 | int |
public static PickMemoryTypeSuffix ( |
||
type | ||
isStore | bool | |
리턴 | string |
public static PickTypeKeyword ( |
||
type | ||
리턴 | string |
public static SizeOfStruct ( |
||
type | ||
리턴 | int |
public static SizeOfType ( |
||
type | ||
리턴 | int |
public static WriteSExpr ( this formatter, string keyword, Action |
||
formatter | this | |
keyword | string | |
interior | Action |
|
lineBreakInside | bool | |
lineBreakAfter | bool | |
리턴 | void |