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

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

공개 메소드들

메소드 설명
Constructor ( this codeBlock, string pre, string name, string parameters, string baseOrThisCall = null ) : ICodeBlock
Function ( this codeBlock, string pre, string name, string parameters ) : ICodeBlock

비공개 메소드들

메소드 설명
Function ( this codeBlock, string name, string parameters, bool Public = false, bool Private = false, bool Protected = false, bool Internal = false, bool ProtectedInternal = false, bool Static = false, bool Override = false, bool Virtual = false, bool New = false, string Type = null ) : ICodeBlock

메소드 상세

Constructor() 공개 정적인 메소드

public static Constructor ( this codeBlock, string pre, string name, string parameters, string baseOrThisCall = null ) : ICodeBlock
codeBlock this
pre string
name string
parameters string
baseOrThisCall string
리턴 ICodeBlock

Function() 공개 정적인 메소드

public static Function ( this codeBlock, string pre, string name, string parameters ) : ICodeBlock
codeBlock this
pre string
name string
parameters string
리턴 ICodeBlock