Interface IViewsCollection
Defines a view of a collection.
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 |
|---|---|---|
| object | value | The object to locate in the collection. |
Returns
| Type | Description |
|---|---|
| bool |