Add(T item) (defined in Loyc.Collections.Impl.ListWithChangeEvents< T, TList >) | Loyc.Collections.Impl.ListWithChangeEvents< T, TList > | inlinevirtual |
AddRange(IEnumerable< T > list) (defined in Loyc.Collections.Impl.ListWithChangeEvents< T, TList >) | Loyc.Collections.Impl.ListWithChangeEvents< T, TList > | virtual |
AddRange(IReadOnlyCollection< T > list) (defined in Loyc.Collections.Impl.ListWithChangeEvents< T, TList >) | Loyc.Collections.Impl.ListWithChangeEvents< T, TList > | virtual |
Clear() (defined in Loyc.Collections.Impl.ListWithChangeEvents< T, TList >) | Loyc.Collections.Impl.ListWithChangeEvents< T, TList > | inlinevirtual |
Collection (defined in Loyc.Collections.Impl.CollectionWrapper< T, TList >) | Loyc.Collections.Impl.CollectionWrapper< T, TList > | protected |
CollectionWrapper(TCollection collection) (defined in Loyc.Collections.Impl.CollectionWrapper< T, TList >) | Loyc.Collections.Impl.CollectionWrapper< T, TList > | inline |
Contains(T item) (defined in Loyc.Collections.Impl.CollectionWrapper< T, TList >) | Loyc.Collections.Impl.CollectionWrapper< T, TList > | virtual |
Loyc::Collections::Impl::ListWrapper.Loyc::Collections::IListAndListSource.Contains(T item) | Loyc.Collections.IContains< T > | |
Loyc::Collections::IListExWithChangeEvents.Loyc::Collections::IListEx.Loyc::Collections::IListAndListSource.Contains(T item) | Loyc.Collections.IContains< T > | |
Loyc::Collections::IListExWithChangeEvents.Loyc::Collections::IListEx.Loyc::Collections::ICollectionEx.Contains(T item) | Loyc.Collections.IContains< T > | |
Loyc::Collections::IListExWithChangeEvents.Loyc::Collections::IListWithChangeEvents.Contains(T item) | Loyc.Collections.IContains< T > | |
CopyTo(T[] array, int arrayIndex) (defined in Loyc.Collections.Impl.CollectionWrapper< T, TList >) | Loyc.Collections.Impl.CollectionWrapper< T, TList > | virtual |
Loyc::Collections::IListAndListSource.CopyTo(T[] array, int arrayIndex) | Loyc.Collections.ICollectionSource< T > | |
Count (defined in Loyc.Collections.Impl.CollectionWrapper< T, TList >) | Loyc.Collections.Impl.CollectionWrapper< T, TList > | |
Count (defined in Loyc.Collections.IListEx< T >) | Loyc.Collections.IListEx< T > | |
GetEnumerator() (defined in Loyc.Collections.Impl.CollectionWrapper< T, TList >) | Loyc.Collections.Impl.CollectionWrapper< T, TList > | virtual |
IndexOf(T item) (defined in Loyc.Collections.Impl.ListWrapper< T, TList >) | Loyc.Collections.Impl.ListWrapper< T, TList > | virtual |
Insert(int index, T item) (defined in Loyc.Collections.Impl.ListWithChangeEvents< T, TList >) | Loyc.Collections.Impl.ListWithChangeEvents< T, TList > | inlinevirtual |
InsertRange(int index, IEnumerable< T > list) (defined in Loyc.Collections.Impl.ListWithChangeEvents< T, TList >) | Loyc.Collections.Impl.ListWithChangeEvents< T, TList > | virtual |
InsertRange(int index, IReadOnlyCollection< T > list) (defined in Loyc.Collections.Impl.ListWithChangeEvents< T, TList >) | Loyc.Collections.Impl.ListWithChangeEvents< T, TList > | virtual |
IsEmpty (defined in Loyc.Collections.Impl.ListWithChangeEvents< T, TList >) | Loyc.Collections.Impl.ListWithChangeEvents< T, TList > | |
IsReadOnly (defined in Loyc.Collections.Impl.CollectionWrapper< T, TList >) | Loyc.Collections.Impl.CollectionWrapper< T, TList > | |
ListChanged (defined in Loyc.Collections.Impl.ListWithChangeEvents< T, TList >) | Loyc.Collections.Impl.ListWithChangeEvents< T, TList > | |
ListChanging (defined in Loyc.Collections.Impl.ListWithChangeEvents< T, TList >) | Loyc.Collections.Impl.ListWithChangeEvents< T, TList > | |
ListWithChangeEvents(TList list) (defined in Loyc.Collections.Impl.ListWithChangeEvents< T, TList >) | Loyc.Collections.Impl.ListWithChangeEvents< T, TList > | inline |
ListWrapper(TList wrappedObject) (defined in Loyc.Collections.Impl.ListWrapper< T, TList >) | Loyc.Collections.Impl.ListWrapper< T, TList > | inline |
Remove(T item) (defined in Loyc.Collections.Impl.ListWithChangeEvents< T, TList >) | Loyc.Collections.Impl.ListWithChangeEvents< T, TList > | inlinevirtual |
RemoveAt(int index) (defined in Loyc.Collections.Impl.ListWithChangeEvents< T, TList >) | Loyc.Collections.Impl.ListWithChangeEvents< T, TList > | inlinevirtual |
RemoveRange(int index, int amount) (defined in Loyc.Collections.Impl.ListWithChangeEvents< T, TList >) | Loyc.Collections.Impl.ListWithChangeEvents< T, TList > | inline |
Slice(int start, int count=int.MaxValue) (defined in Loyc.Collections.Impl.ListWrapper< T, TList >) | Loyc.Collections.Impl.ListWrapper< T, TList > | virtual |
this[int index] (defined in Loyc.Collections.Impl.ListWithChangeEvents< T, TList >) | Loyc.Collections.Impl.ListWithChangeEvents< T, TList > | |
TryGet(int index, out bool fail) (defined in Loyc.Collections.Impl.ListWrapper< T, TList >) | Loyc.Collections.Impl.ListWrapper< T, TList > | virtual |
TrySet(int index, T value) (defined in Loyc.Collections.Impl.ListWithChangeEvents< T, TList >) | Loyc.Collections.Impl.ListWithChangeEvents< T, TList > | inlinevirtual |