DerivedTypeConstraintConfiguration.AddConstraints Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.