コード例 #1
0
ファイル: Emit.Pop.cs プロジェクト: 5l1v3r1/Sigil-1
 /// <summary>
 /// Removes the top value on the stack.
 /// </summary>
 public Emit Pop()
 {
     InnerEmit.Pop();
     return(this);
 }