Namespace:
NHibernate.DebugHelpers
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub New ( _ dic As ICollection _ ) |
C# |
---|
public CollectionProxy( ICollection dic ) |
Visual C++ |
---|
public: CollectionProxy( ICollection^ dic ) |
JavaScript |
---|
NHibernate.DebugHelpers.CollectionProxy = function(dic); |
Parameters
- dic
- Type: System.Collections..::.ICollection