Microsoft.Cci.CodeModelToILConverter.GetBodySize C# (CSharp) Method

GetBodySize() public method

Returns the size in bytes of the serialized method body generated by this converter.
public GetBodySize ( ) : uint
return uint
    public uint GetBodySize() {
      return this.generator.CurrentOffset;
    }