C# 클래스 FileGenerator.MagickScript.SwitchCodeGenerator

상속: ScriptCodeGenerator
파일 보기 프로젝트 열기: dlemstra/Magick.NET

보호된 메소드들

메소드 설명
HasStaticCreateMethod ( string typeName ) : bool
WriteCase ( string name ) : void
WriteSwitch ( IEnumerable names ) : void

비공개 메소드들

메소드 설명
WriteLengthCheck ( IEnumerable names, int level ) : void
WriteSwitch ( IEnumerable names, int level ) : void

메소드 상세

HasStaticCreateMethod() 보호된 정적인 메소드

protected static HasStaticCreateMethod ( string typeName ) : bool
typeName string
리턴 bool

WriteCase() 보호된 추상적인 메소드

protected abstract WriteCase ( string name ) : void
name string
리턴 void

WriteSwitch() 보호된 메소드

protected WriteSwitch ( IEnumerable names ) : void
names IEnumerable
리턴 void