Namespace:
NHibernate.Util
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared Function ToIntArray ( _ coll As ICollection _ ) As Integer() |
C# |
---|
public static int[] ToIntArray( ICollection coll ) |
Visual C++ |
---|
public: static array<int>^ ToIntArray( ICollection^ coll ) |
JavaScript |
---|
NHibernate.Util.ArrayHelper.toIntArray = function(coll); |
Parameters
- coll
- Type: System.Collections..::.ICollection