BFSchema.CodeGenerators.CSharp.IfBlock.IfBlock C# (CSharp) Method

IfBlock() public method

public IfBlock ( ) : System.Collections.Generic
return System.Collections.Generic
        public IfBlock()
        {
            Indent = string.Empty;
        }

Same methods

IfBlock::IfBlock ( string sentence ) : System.Collections.Generic