Share via


DerivedTypeConstraintConfiguration.AddConstraints Method

Definition

Add the derived type constraints to the set.

public void AddConstraints (System.Collections.Generic.IEnumerable<Type> derivedTypes);
member this.AddConstraints : seq<Type> -> unit
Public Sub AddConstraints (derivedTypes As IEnumerable(Of Type))

Parameters

derivedTypes
IEnumerable<Type>

Derived types to be added to the set.

Applies to