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

Class that represents partial initialization function that is called in constructor.
Наследование: UserTypeField
Показать файл Открыть проект

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

Метод Описание
WriteConstructorCode ( IndentedWriter output, int indentation ) : void

Writes the constructor code to the specified output.

WriteFieldCode ( IndentedWriter output, int indentation, UserTypeGenerationFlags options ) : void

Writes the field code.

WritePropertyCode ( IndentedWriter output, int indentation, UserTypeGenerationFlags options, bool &firstField ) : void

Writes the property code.

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

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

Writes the constructor code to the specified output.
public WriteConstructorCode ( IndentedWriter output, int indentation ) : void
output IndentedWriter The output.
indentation int The current indentation.
Результат void

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

Writes the field code.
public WriteFieldCode ( IndentedWriter output, int indentation, UserTypeGenerationFlags options ) : void
output IndentedWriter The output.
indentation int The indentation.
options UserTypeGenerationFlags The options.
Результат void

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

Writes the property code.
public WritePropertyCode ( IndentedWriter output, int indentation, UserTypeGenerationFlags options, bool &firstField ) : void
output IndentedWriter The output.
indentation int The indentation.
options UserTypeGenerationFlags The options.
firstField bool if set to true [first field].
Результат void