Example #1
0
 public FastErrorGet(Type type, string name, ExtensionMethodSet extMethodSet)
 {
     _type       = type;
     _name       = name;
     _extMethods = extMethodSet;
 }
 public PythonExtensionBinder(PythonBinder binder, ExtensionMethodSet extensionMethods)
     : base(binder)
 {
     _extMethodSet = extensionMethods;
 }
 public PythonExtensionBinder(PythonBinder binder, ExtensionMethodSet extensionMethods)
     : base(binder) {
     _extMethodSet = extensionMethods;
 }