SingletonCollectionTInterfacePropertiesTClass 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 public static IDictionary<string, Object> Properties<TClass>()
where TClass : class, TInterface
Type Parameters
- TClass
- The type to find properties for
Return Value
Type:
IDictionaryString,
ObjectThe properties mapped to a specific type
See Also