예제 #1
0
파일: ByteCode.cs 프로젝트: amseet/Orion
 public SourceCodeStackGuard(SourceRef sref, ByteCode bc)
 {
     m_Bc = bc;
     m_Bc.PushSourceRef(sref);
 }