Microsoft.JScript.GlobalScope.IExpando C# (CSharp) Method

IExpando() private method

private IExpando ( String name, Delegate method ) : MethodInfo
name String
method System.Delegate
return System.Reflection.MethodInfo
      MethodInfo IExpando.AddMethod(String name, Delegate method){
        return null;
      }

Same methods

GlobalScope::IExpando ( String name ) : PropertyInfo
GlobalScope::IExpando ( MemberInfo m ) : void