메소드 | 설명 | |
---|---|---|
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 |
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 |
public static Function ( this codeBlock, string pre, string name, string parameters ) : ICodeBlock | ||
codeBlock | this | |
pre | string | |
name | string | |
parameters | string | |
리턴 | ICodeBlock |