ConventionBuilder::ForTypesDerivedFrom<T> Method ()
.NET Framework (current version)
Creates a rule that applies to all types that implement, or are derived from, the specified generic type.
Assembly: System.Composition.Convention (in System.Composition.Convention.dll)
Return Value
Type: System.Composition.Convention::PartConventionBuilder<T>^An object that represents the rule used to further configure it.
Type Parameters
- T
The type.
Show: