[Missing <summary> documentation for "T:Remotion.Linq.Collections.ObservableCollection`1"]

Namespace: Remotion.Linq.Collections
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public class ObservableCollection<T> : Collection<T>
Visual Basic
Public Class ObservableCollection(Of T) _
	Inherits Collection(Of T)
Visual C++
generic<typename T>
public ref class ObservableCollection : public Collection<T>

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:Remotion.Linq.Collections.ObservableCollection`1"]

Inheritance Hierarchy

System..::..Object
  System.Collections.ObjectModel..::..Collection<(Of <(<'T>)>)>
    Remotion.Linq.Collections..::..ObservableCollection<(Of <(<'T>)>)>

See Also