Show / Hide Table of Contents

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 Source

Contains(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 value is found in the collection; otherwise, false.

Extension Methods

CollectionExtensions.AddRange<T, TCollection>(TCollection, IEnumerable<T>)
SerializableObjectCloneExtension.Clone<T>(T)
  • View Source
Back to top Generated by DocFX