Python.Runtime.DelegateManager.DelegateManager C# (CSharp) Method

DelegateManager() static private method

static private DelegateManager ( ) : System
return System
	static DelegateManager() {
	    basetype = typeof(Dispatcher);
	    listtype = typeof(ArrayList);
	    voidtype = typeof(void);
	    typetype = typeof(Type);
	    ptrtype = typeof(IntPtr);
	    cache = new Hashtable();
	}