Microsoft.Cci.MutableCodeModel.SourceMethodBody.GetBlock C# (CSharp) Method

GetBlock() protected method

If no value has been provided for the Block property, make one.
protected GetBlock ( ) : IBlockStatement
return IBlockStatement
    protected virtual IBlockStatement GetBlock() {
      return CodeDummy.Block;
    }