C# Класс SWFProcessing.SWFModeller.ABC.Code.ClassTrait

A class reference trait on an object
Наследование: Trait, IHasSlotID
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
ToStringModelView ( int nest, StringBuilder sb, string modifiers ) : void

Unit test method present in the debug build. Renders the object as text that can be written to a diffable output file.

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

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

Unit test method present in the debug build. Renders the object as text that can be written to a diffable output file.
public ToStringModelView ( int nest, StringBuilder sb, string modifiers ) : void
nest int The current nest level in our output
sb System.Text.StringBuilder The buffer that is accumulating output.
modifiers string
Результат void