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