Click or drag to resize

ManyTInterfacePropertiesTClass Method

Returns properties for the first type of TClass where TClass implements TInterface

Namespace:  Crosser.Resolve
Assembly:  Crosser.Resolver (in Crosser.Resolver.dll) Version: 0.0.9.1
Syntax
C#
public static IDictionary<string, Object> Properties<TClass>()
where TClass : class, TInterface

Type Parameters

TClass
The concrete type to get properties for

Return Value

Type: IDictionaryString, Object
The properties mapped to a specific instance type
See Also