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

GenericMapping() public method

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

Same methods

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