C# 클래스 FlatRedBall.Glue.CodeGeneration.CodeBuilder.CodeBlockExceptionExtensions

파일 보기 프로젝트 열기: vchelaru/FlatRedBall

공개 메소드들

메소드 설명
Catch ( this pParent, string pCondition ) : ICodeBlock
Finally ( this pParent ) : ICodeBlock
Try ( this pParent ) : ICodeBlock

메소드 상세

Catch() 공개 정적인 메소드

public static Catch ( this pParent, string pCondition ) : ICodeBlock
pParent this
pCondition string
리턴 ICodeBlock

Finally() 공개 정적인 메소드

public static Finally ( this pParent ) : ICodeBlock
pParent this
리턴 ICodeBlock

Try() 공개 정적인 메소드

public static Try ( this pParent ) : ICodeBlock
pParent this
리턴 ICodeBlock