Namespace:
NHibernate.Util
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared Function ToString ( _ list As IList _ ) As String |
C# |
---|
public static string ToString( IList list ) |
Visual C++ |
---|
public: static String^ ToString( IList^ list ) |
JavaScript |
---|
NHibernate.Util.CollectionPrinter.toString = function(list); |
Parameters
- list
- Type: System.Collections..::.IList