共用方式為


MethodBodyBlock.Size 屬性

定義

取得方法主體的大小,包括標頭、IL 及例外狀況區域。

public:
 property int Size { int get(); };
public int Size { get; }
member this.Size : int
Public ReadOnly Property Size As Integer

屬性值

方法主體的大小。

適用於