RadControls for WinForms

Namespace: Telerik.WinControls.Data
Assembly: Telerik.WinControls (in Telerik.WinControls.dll) Version: 2013.1.321.40 (2013.1.321.40)

Syntax

C#
public interface ISnapshotCollectionView<T> : ICollectionView<T>, 
	IReadOnlyCollection<T>, IEnumerable<T>, IEnumerable
where T : IDataItem
Visual Basic
Public Interface ISnapshotCollectionView(Of T As IDataItem) _
	Inherits ICollectionView(Of T), IReadOnlyCollection(Of T), IEnumerable(Of T),  _
	IEnumerable

Type Parameters

T

See Also