Microsoft.JScript.JSFieldMethod.GetMethodInfo C# (CSharp) Method

GetMethodInfo() private method

private GetMethodInfo ( CompilerGlobals compilerGlobals ) : MethodInfo
compilerGlobals CompilerGlobals
return System.Reflection.MethodInfo
      internal override MethodInfo GetMethodInfo(CompilerGlobals compilerGlobals){
        return this.func.GetMethodInfo(compilerGlobals);
      }