MethodBodyStreamEncoder.MethodBody.Offset 属性
定义
获取已编码方法主体在方法主体流中的偏移量。Gets the offset of the encoded method body in the method body stream.
public:
property int Offset { int get(); };
public int Offset { get; }
member this.Offset : int
Public ReadOnly Property Offset As Integer
属性值
已编码的方法体在方法正文流中的偏移量。The offset of the encoded method body in the method body stream.