OpCode.Size 속성
정의
IL(중간 언어) 명령의 크기입니다.The size of the intermediate language (IL) instruction.
public:
property int Size { int get(); };
public int Size { get; }
member this.Size : int
Public ReadOnly Property Size As Integer
속성 값
읽기 전용입니다.Read-only. IL 명령의 크기입니다.The size of the IL instruction.