commercetools.Sdk
The commercetools platform, import-api and C# sdks generated from our api reference.
Loading...
Searching...
No Matches
Public Member Functions
commercetools.Base.Registration.ITypeRetriever Interface Reference

Retrieves the types from an assembly. More...

Inherited by commercetools.Base.Registration.TypeRetriever.

Public Member Functions

IEnumerable< Type > GetTypes< T > ()
 Gets the types from the same assembly as T that T is assignable from.
 

Detailed Description

Retrieves the types from an assembly.

Member Function Documentation

◆ GetTypes< T >()

IEnumerable< Type > commercetools.Base.Registration.ITypeRetriever.GetTypes< T > ( )

Gets the types from the same assembly as T that T is assignable from.

Template Parameters
TA type.
Returns
The list of types.

Implemented in commercetools.Base.Registration.TypeRetriever.


The documentation for this interface was generated from the following file: