IKVM.Reflection.Emit.GenericTypeParameterBuilder.SetBaseTypeConstraint C# (CSharp) Method

SetBaseTypeConstraint() public method

public SetBaseTypeConstraint ( Type baseTypeConstraint ) : void
baseTypeConstraint System.Type
return void
        public void SetBaseTypeConstraint(Type baseTypeConstraint)
        {
            this.baseType = baseTypeConstraint;
            AddConstraint(baseTypeConstraint);
        }