C# Class FlatRedBall.Glue.CodeGeneration.CodeBuilder.CodeBlockFunctionExtensions

Exibir arquivo Open project: vchelaru/FlatRedBall

Public Methods

Method Description
Constructor ( this codeBlock, string pre, string name, string parameters, string baseOrThisCall = null ) : ICodeBlock
Function ( this codeBlock, string pre, string name, string parameters ) : ICodeBlock

Private Methods

Method Description
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

Method Details

Constructor() public static method

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
return ICodeBlock

Function() public static method

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