ConventionBuilder::ForType<T> Method ()

.NET Framework (current version)
 

Creates a rule that applies to the specified generic type.

Namespace:   System.Composition.Convention
Assembly:  System.Composition.Convention (in System.Composition.Convention.dll)

public:
generic<typename T>
PartConventionBuilder<T>^ ForType()

Return Value

Type: System.Composition.Convention::PartConventionBuilder<T>^

An object that represents the rule used to further configure it.

Type Parameters

T

The type.

Return to top
Show: