C# Класс CsDebugScript.CodeGen.UserTypes.NamespaceUserType

Class that represents namespace for the user types
Наследование: UserType
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
MergeIfPossible void
NamespaceUserType System.Collections.Generic

Открытые методы

Метод Описание
WriteCode ( IndentedWriter output, TextWriter error, UserTypeFactory factory, UserTypeGenerationFlags generationFlags, int indentation ) : void

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 namespaces, string nameSpace ) : System.Collections.Generic

Initializes a new instance of the NamespaceUserType class.

Описание методов

WriteCode() публичный Метод

Writes the code for this user type to the specified output.
public WriteCode ( IndentedWriter output, TextWriter error, UserTypeFactory factory, UserTypeGenerationFlags generationFlags, int indentation ) : void
output IndentedWriter The output.
error System.IO.TextWriter The error text writer.
factory UserTypeFactory The user type factory.
generationFlags UserTypeGenerationFlags The user type generation flags.
indentation int The current indentation.
Результат void