C# Class Dibware.StoredProcedureFramework.Helpers.ListTypeUnderlyingTypeFinder

Show file Open project: dibley1973/StoredProcedureFramework Class Usage Examples

Public Methods

Method Description
CheckForUnderlyingType ( ) : ListTypeUnderlyingTypeFinder

Checks this instance.

ListTypeUnderlyingTypeFinder ( Type listListType ) : System

Initializes a new instance of the ListTypeUnderlyingTypeFinder class.

Method Details

CheckForUnderlyingType() public method

Checks this instance.
public CheckForUnderlyingType ( ) : ListTypeUnderlyingTypeFinder
return ListTypeUnderlyingTypeFinder

ListTypeUnderlyingTypeFinder() public method

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