C# (CSharp) Boo.Lang.Compiler.TypeSystem GenericConstructedType - 2 примера найдено. Это лучшие примеры C# (CSharp) кода для Boo.Lang.Compiler.TypeSystem.GenericConstructedType, полученные из open source проектов. Вы можете ставить оценку каждому примеру, чтобы помочь нам улучшить качество примеров.
A type constructed by supplying type parameters to a generic type, involving internal types.
Constructed types constructed from an external generic type with external type arguments are themselves external, and are represented as ExternalType instances. All other cases are represented by this type.