Microsoft.JScript.IdentifierLiteral.TranslateToIL C# (CSharp) 메소드

TranslateToIL() 개인적인 메소드

private TranslateToIL ( ILGenerator il, Type rtype ) : void
il System.Reflection.Emit.ILGenerator
rtype System.Type
리턴 void
      internal override void TranslateToIL(ILGenerator il, Type rtype){
        throw new JScriptException(JSError.InternalError, this.context);
      }