Click or drag to resize

TypeExtensionsIsObservableCollection Method

Overload List
  NameDescription
Public methodStatic memberIsObservableCollection(Object)

Determines whether the specified object is an ObservableCollection.

Read our blog on this topic: Effective Extensions – Extending Types in C#

Public methodStatic memberIsObservableCollection(Type)

Determines whether the specified type is an ObservableCollection.

Read our blog on this topic: Effective Extensions – Extending Types in C#

Top
See Also