C# Class Dibware.StoredProcedureFramework.Helpers.ListTypeUnderlyingTypeFinder

Afficher le fichier Open project: dibley1973/StoredProcedureFramework Class Usage Examples

Méthodes publiques

Méthode Description
CheckForUnderlyingType ( ) : ListTypeUnderlyingTypeFinder

Checks this instance.

ListTypeUnderlyingTypeFinder ( Type listListType ) : System

Initializes a new instance of the ListTypeUnderlyingTypeFinder class.

Method Details

CheckForUnderlyingType() public méthode

Checks this instance.
public CheckForUnderlyingType ( ) : ListTypeUnderlyingTypeFinder
Résultat ListTypeUnderlyingTypeFinder

ListTypeUnderlyingTypeFinder() public méthode

Initializes a new instance of the ListTypeUnderlyingTypeFinder class.
listListType
public ListTypeUnderlyingTypeFinder ( Type listListType ) : System
listListType System.Type Type of the underlying.
Résultat System