Interface IViewsCollection
Defines a view of a collection.
      System.Collections.Generic.IEnumerable<System.Object>.GetEnumerator()
    
    
      System.Collections.Specialized.INotifyCollectionChanged.CollectionChanged
    
    Namespace: Sartorius.SAF.Presentation.Regions
Assembly: Sartorius.SAF.Presentation.dll
Syntax
public interface IViewsCollection : IEnumerable<object>, IEnumerable, INotifyCollectionChanged
  Methods
View SourceContains(Object)
Determines whether the collection contains a specific value.
Declaration
bool Contains(object value)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Object | value | The object to locate in the collection.  | 
      
Returns
| Type | Description | 
|---|---|
| System.Boolean | true if   |