Метод | Описание | |
---|---|---|
Format ( string format, ICodeElement codeElement ) : string |
Gets a string representation of a code element using the specified format.
|
|
GetAttribute ( ElementAttributeType attributeType, ICodeElement codeElement ) : string |
Gets the string representation of a code element attribute.
|
|
ProcessElementTree ( ICodeElement codeElement, Action |
Processes each element in a code element tree.
|
Метод | Описание | |
---|---|---|
GetAttributesAttribute ( ICodeElement codeElement ) : string |
Gets the Attributes attribute.
|
|
GetTypeAttribute ( ICodeElement codeElement ) : string |
Gets the type attribute.
|
public static Format ( string format, ICodeElement codeElement ) : string | ||
format | string | The format. |
codeElement | ICodeElement | The code element. |
Результат | string |
public static GetAttribute ( ElementAttributeType attributeType, ICodeElement codeElement ) : string | ||
attributeType | ElementAttributeType | Type of the attribute. |
codeElement | ICodeElement | The code element. |
Результат | string |
public static ProcessElementTree ( ICodeElement codeElement, Action |
||
codeElement | ICodeElement | Code element to process. |
action | Action |
Action that performs processing. |
Результат | void |