C# 클래스 SWFProcessing.SWFModeller.ABC.Code.ClassTrait

A class reference trait on an object
상속: Trait, IHasSlotID
파일 보기 프로젝트 열기: WeeWorld/Swiffotron 1 사용 예제들

공개 메소드들

메소드 설명
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