[Missing <summary> documentation for "M:NHibernate.Mapping.ByCode.TypeExtensions.GetFirstImplementorOf(System.Type,System.Type)"]
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# |
|---|
public static Type GetFirstImplementorOf( this Type source, Type abstractType ) |
| Visual Basic |
|---|
<ExtensionAttribute> _ Public Shared Function GetFirstImplementorOf ( _ source As Type, _ abstractType As Type _ ) As Type |
| Visual C++ |
|---|
[ExtensionAttribute] public: static Type^ GetFirstImplementorOf( Type^ source, Type^ abstractType ) |
Parameters
- source
- Type: System..::..Type
[Missing <param name="source"/> documentation for "M:NHibernate.Mapping.ByCode.TypeExtensions.GetFirstImplementorOf(System.Type,System.Type)"]
- abstractType
- Type: System..::..Type
[Missing <param name="abstractType"/> documentation for "M:NHibernate.Mapping.ByCode.TypeExtensions.GetFirstImplementorOf(System.Type,System.Type)"]
Return Value
[Missing <returns> documentation for "M:NHibernate.Mapping.ByCode.TypeExtensions.GetFirstImplementorOf(System.Type,System.Type)"]