Namespace:
NHibernate.Util
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared Function ToTypeArray ( _ list As IList _ ) As IType() |
C# |
---|
public static IType[] ToTypeArray( IList list ) |
Visual C++ |
---|
public: static array<IType^>^ ToTypeArray( IList^ list ) |
JavaScript |
---|
NHibernate.Util.ArrayHelper.toTypeArray = function(list); |
Parameters
- list
- Type: System.Collections..::.IList