Namespace:
NHibernate.Util
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared Function ToArray ( _ coll As ICollection, _ elementType As Type _ ) As Array |
C# |
---|
public static Array ToArray( ICollection coll, Type elementType ) |
Visual C++ |
---|
public: static Array^ ToArray( ICollection^ coll, Type^ elementType ) |
JavaScript |
---|
NHibernate.Util.ArrayHelper.toArray = function(coll, elementType); |