Boo.Lang.Compiler.TypeSystem.GenericMapping.GenericMapping C# (CSharp) Method

GenericMapping() public method

Constructs a new generic mapping between a generic type and one of its constructed types.
public GenericMapping ( TypeSystemServices tss, IType constructedType, IType arguments ) : System
tss TypeSystemServices
constructedType IType
arguments IType
return System
        public GenericMapping(TypeSystemServices tss, IType constructedType, IType[] arguments)
            : this(tss, constructedType.ConstructedInfo.GenericDefinition.GenericInfo.GenericParameters, arguments)
        {
            _constructedOwner = constructedType;
            _genericSource = constructedType.ConstructedInfo.GenericDefinition;
        }

Same methods

GenericMapping::GenericMapping ( TypeSystemServices tss, IGenericParameter parameters, IType arguments ) : System
GenericMapping::GenericMapping ( TypeSystemServices tss, IMethod constructedMethod, IType arguments ) : System