Enhanced C#
Language of your choice: library documentation
Loyc.Collections.AList< T > Member List

This is the complete list of members for Loyc.Collections.AList< T >, including all inherited members.

Add(T item) (defined in Loyc.Collections.AList< T >)Loyc.Collections.AList< T >inline
AddRange(IEnumerable< T > list) (defined in Loyc.Collections.AList< T >)Loyc.Collections.AList< T >inline
AList() (defined in Loyc.Collections.AList< T >)Loyc.Collections.AList< T >inline
AList(IEnumerable< T > items) (defined in Loyc.Collections.AList< T >)Loyc.Collections.AList< T >inline
AList(IListSource< T > items) (defined in Loyc.Collections.AList< T >)Loyc.Collections.AList< T >inline
AList(int maxNodeSize) (defined in Loyc.Collections.AList< T >)Loyc.Collections.AList< T >inline
AList(int maxLeafSize, int maxInnerSize) (defined in Loyc.Collections.AList< T >)Loyc.Collections.AList< T >inline
AList(AList< T > items, bool keepListChangingHandlers) (defined in Loyc.Collections.AList< T >)Loyc.Collections.AList< T >inline
AList(AListBase< int, T > original, AListNode< int, T > section) (defined in Loyc.Collections.AList< T >)Loyc.Collections.AList< T >inlineprotected
Append(AList< T > other)Loyc.Collections.AList< T >inlinevirtual
Append(AList< T > other, bool move)Loyc.Collections.AList< T >inlinevirtual
Clear() (defined in Loyc.Collections.ICollectionSink< T >)Loyc.Collections.ICollectionSink< T >
Clone(out AListBase< T > clone) (defined in Loyc.Collections.AList< T >)Loyc.Collections.AList< T >inlineprotected
Clone() (defined in Loyc.Collections.AList< T >)Loyc.Collections.AList< T >inline
Clone(bool keepListChangingHandlers) (defined in Loyc.Collections.AList< T >)Loyc.Collections.AList< T >inline
Loyc::Collections::IListAndListSource.Contains(T item)Loyc.Collections.IContains< T >
Loyc::Collections::ICollectionEx.Contains(T item)Loyc.Collections.IContains< T >
CopySection(int start, int subcount) (defined in Loyc.Collections.AList< T >)Loyc.Collections.AList< T >inline
CopyTo(T[] array, int arrayIndex)Loyc.Collections.ICollectionSource< T >
Count (defined in Loyc.Collections.IListEx< T >)Loyc.Collections.IListEx< T >
cov_RemoveSection(int start, int count) (defined in Loyc.Collections.AList< T >)Loyc.Collections.AList< T >inlineprotected
ForceThaw(uint start, uint subcount) (defined in Loyc.Collections.AList< T >)Loyc.Collections.AList< T >inlineprotected
Insert(int index, T item) (defined in Loyc.Collections.AList< T >)Loyc.Collections.AList< T >inline
InsertRange(int index, AList< T > source) (defined in Loyc.Collections.AList< T >)Loyc.Collections.AList< T >inline
InsertRange(int index, AList< T > source, bool move) (defined in Loyc.Collections.AList< T >)Loyc.Collections.AList< T >inline
InsertRange(int index, IEnumerable< T > list) (defined in Loyc.Collections.AList< T >)Loyc.Collections.AList< T >inline
InsertRange(int index, IListSource< T > source) (defined in Loyc.Collections.AList< T >)Loyc.Collections.AList< T >inline
IsEmpty (defined in Loyc.Collections.IIsEmpty)Loyc.Collections.IIsEmpty
NewRootLeaf() (defined in Loyc.Collections.AList< T >)Loyc.Collections.AList< T >inlineprotected
Prepend(AList< T > other)Loyc.Collections.AList< T >inlinevirtual
Prepend(AList< T > other, bool move)Loyc.Collections.AList< T >inlinevirtual
Remove(T item) (defined in Loyc.Collections.ICollectionSink< T >)Loyc.Collections.ICollectionSink< T >
RemoveRange(int index, int amount) (defined in Loyc.Collections.IListRangeMethods< T >)Loyc.Collections.IListRangeMethods< T >
RemoveRange(int index, int amount) (defined in Loyc.Collections.IListRangeMethods< T >)Loyc.Collections.IListRangeMethods< T >
RemoveSection(int start, int count) (defined in Loyc.Collections.AList< T >)Loyc.Collections.AList< T >inline
Loyc::Collections::IListAndListSource.Slice(int start, int count=int.MaxValue)Loyc.Collections.IListSource< T >
Loyc::Collections::IArray.Slice(int start, int count=int.MaxValue)Loyc.Collections.IListSource< T >
Sort()Loyc.Collections.AList< T >inline
Sort(Comparer< T > comp)Loyc.Collections.AList< T >inline
Sort(Comparison< T > comp)Loyc.Collections.AList< T >inline
Sort(int start, int subcount, Comparison< T > comp)Loyc.Collections.AList< T >inline
Sort(uint start, uint subcount, Comparison< T > comp) (defined in Loyc.Collections.AList< T >)Loyc.Collections.AList< T >inlineprotected
SortCore(uint start, uint subcount, Comparison< T > comp) (defined in Loyc.Collections.AList< T >)Loyc.Collections.AList< T >inlineprotectedvirtual
Swap(AList< T > other)Loyc.Collections.AList< T >inline
this[int index] (defined in Loyc.Collections.AList< T >)Loyc.Collections.AList< T >
TrySet(int index, T value) (defined in Loyc.Collections.AList< T >)Loyc.Collections.AList< T >inline