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

Exibir arquivo Open project: vchelaru/FlatRedBall

Public Methods

Method Description
Class ( this pCodeBlock, string pPre, string pName, string pPost ) : ICodeBlock
Enum ( this pParent, string pPre, string pName ) : ICodeBlock
Struct ( this pParent, string pPre, string pName ) : ICodeBlock

Private Methods

Method Description
Class ( this pCodeBlock, string pName, bool Public = false, bool Private = false, bool Protected = false, bool Internal = false, bool ProtectedInternal = false, bool Static = false, bool Partial = false, bool Abstract = false, bool Sealed = false ) : ICodeBlock

Method Details

Class() public static method

public static Class ( this pCodeBlock, string pPre, string pName, string pPost ) : ICodeBlock
pCodeBlock this
pPre string
pName string
pPost string
return ICodeBlock

Enum() public static method

public static Enum ( this pParent, string pPre, string pName ) : ICodeBlock
pParent this
pPre string
pName string
return ICodeBlock

Struct() public static method

public static Struct ( this pParent, string pPre, string pName ) : ICodeBlock
pParent this
pPre string
pName string
return ICodeBlock