Свойство | Тип | Описание | |
---|---|---|---|
MergeIfPossible | void | ||
NamespaceUserType | System.Collections.Generic |
Метод | Описание | |
---|---|---|
WriteCode ( IndentedWriter output, |
Writes the code for this user type to the specified output.
|
Метод | Описание | |
---|---|---|
MergeIfPossible ( ) : void |
Merges namespace with "parent" ones if possible (only if all are namespaces).
|
|
NamespaceUserType ( IEnumerable |
Initializes a new instance of the NamespaceUserType class.
|
public WriteCode ( IndentedWriter output, |
||
output | IndentedWriter | The output. |
error | The error text writer. | |
factory | The user type factory. | |
generationFlags | UserTypeGenerationFlags | The user type generation flags. |
indentation | int | The current indentation. |
Результат | void |