public class ItemsSourceView : IReadOnlyList<Object>,
IEnumerable<Object>, IEnumerable, IReadOnlyCollection<Object>,
IList, ICollection, INotifyCollectionChangedPublic Class ItemsSourceView
Implements IReadOnlyList(Of Object), IEnumerable(Of Object),
IEnumerable, IReadOnlyCollection(Of Object), IList, ICollection,
INotifyCollectionChangedtype ItemsSourceView =
class
interface IReadOnlyList<Object>
interface IEnumerable<Object>
interface IEnumerable
interface IReadOnlyCollection<Object>
interface IList
interface ICollection
interface INotifyCollectionChanged
end| Count | Gets the number of items in the collection. |
| Empty | Gets an empty ItemsSourceView |
| ItemInt32 | Retrieves the item at the specified index. |
| Source | Gets the source collection. |
| Contains(Object) | |
| Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetAt(Int32) | Retrieves the item at the specified index. |
| GetEnumerator | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetOrCreate(IEnumerable) | Gets or creates an ItemsSourceView for the specified enumerable. |
| GetOrCreateT(IEnumerable) | Gets or creates an ItemsSourceViewT for the specified enumerable. |
| GetOrCreateT(IEnumerableT) | Gets or creates an ItemsSourceViewT for the specified enumerable. |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| IndexOf(Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| CollectionChanged | Occurs when the collection has changed to indicate the reason for the change and which items changed. |