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.TypeRetriever Class Reference

Retrieves the types from an assembly. More...

Inherits commercetools.Base.Registration.ITypeRetriever.

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.TypeRetriever.GetTypes< T > ( )
inline

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

Template Parameters
TA type.
Returns
The list of types.

Implements commercetools.Base.Registration.ITypeRetriever.


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