Namespace:  NHibernate.DebugHelpers
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public Class CollectionProxy(Of T)
C#
public class CollectionProxy<T>
Visual C++
generic<typename T>
public ref class CollectionProxy
JavaScript
JavaScript does not support generic types or methods.

Type Parameters

T

Inheritance Hierarchy

System..::.Object
  NHibernate.DebugHelpers..::.CollectionProxy<(Of <(T>)>)

See Also