#develop (short for SharpDevelop) is a free IDE for .NET programming languages.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

13 lines
438 B

TypeSystem API:
* ITypeReference extends IFreezable?
either:
- make sure all ITypeReference implementations correctly freeze their contained types
or:
- remove IFreezable from type references
* For clarity: move all ITypeReference members except for Resolve() to IType?
* Decide on the fate of ISupportsInterning
* Try to build SharedTypes for void, int, etc.
Take care of equality with the real System.Void, System.Int32 etc.