Microsoft.JScript.JSClosureMethod.Construct C# (CSharp) Method

Construct() private method

private Construct ( Object args ) : Object
args Object
return Object
      internal override Object Construct(Object[] args){
        throw new JScriptException(JSError.InternalError); //should never happen at compile time.
      }