[IronPython] How can you create set/frozenset from C# ?

Dan Eloff dan.eloff at gmail.com
Sat Oct 18 21:55:05 CEST 2008


It seems to me that you have to use __init__/__new__ supplying
CodeContext as necessary. Unlike list and tuple which have public
constructors and PythonOps helpers, there doesn't seem to be any
public api for creating sets. Am I right?

Thanks,
-Dan



More information about the Ironpython-users mailing list