Enhanced C#
Language of your choice: library documentation

Documentation moved to ecsharp.net

GitHub doesn't support HTTP redirects, so you'll be redirected in 3 seconds.

 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
Loyc.Collections.AListBase< K, T > Member List

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

_count (defined in Loyc.Collections.AListBase< K, T >)Loyc.Collections.AListBase< K, T >protected
_freezeMode (defined in Loyc.Collections.AListBase< K, T >)Loyc.Collections.AListBase< K, T >protected
_maxInnerSize (defined in Loyc.Collections.AListBase< K, T >)Loyc.Collections.AListBase< K, T >protected
_maxLeafSize (defined in Loyc.Collections.AListBase< K, T >)Loyc.Collections.AListBase< K, T >protected
_treeHeight (defined in Loyc.Collections.AListBase< K, T >)Loyc.Collections.AListBase< K, T >protected
_version (defined in Loyc.Collections.AListBase< K, T >)Loyc.Collections.AListBase< K, T >protected
AddObserver(IAListTreeObserver< K, T > observer)Loyc.Collections.AListBase< K, T >inlinevirtual
AListBase() (defined in Loyc.Collections.AListBase< K, T >)Loyc.Collections.AListBase< K, T >inlineprotected
AListBase(int maxLeafSize) (defined in Loyc.Collections.AListBase< K, T >)Loyc.Collections.AListBase< K, T >inlineprotected
AListBase(int maxLeafSize, int maxInnerSize) (defined in Loyc.Collections.AListBase< K, T >)Loyc.Collections.AListBase< K, T >inlineprotected
AListBase(AListBase< K, T > items, bool keepListChangingHandlers)Loyc.Collections.AListBase< K, T >inlineprotected
AListBase(AListBase< K, T > original, AListNode< K, T > section)Loyc.Collections.AListBase< K, T >inlineprotected
AutoCreateOrCloneRoot() (defined in Loyc.Collections.AListBase< K, T >)Loyc.Collections.AListBase< K, T >inlineprotected
AutoSplit(AListNode< K, T > splitLeft, AListNode< K, T > splitRight) (defined in Loyc.Collections.AListBase< K, T >)Loyc.Collections.AListBase< K, T >inlineprotected
AutoThrow() (defined in Loyc.Collections.AListBase< K, T >)Loyc.Collections.AListBase< K, T >inlineprotected
CheckPoint() (defined in Loyc.Collections.AListBase< K, T >)Loyc.Collections.AListBase< K, T >inlineprotected
Clear() (defined in Loyc.Collections.AListBase< K, T >)Loyc.Collections.AListBase< K, T >inlinevirtual
ClearInternal(bool forceClear)Loyc.Collections.AListBase< K, T >inlineprotectedvirtual
CopySectionHelper(int start, int subcount)Loyc.Collections.AListBase< K, T >inlineprotected
CopySectionHelper(uint start, uint subcount) (defined in Loyc.Collections.AListBase< K, T >)Loyc.Collections.AListBase< K, T >inlineprotected
CopyTo(T[] array, int arrayIndex) (defined in Loyc.Collections.AListBase< K, T >)Loyc.Collections.AListBase< K, T >inline
Count (defined in Loyc.Collections.AListBase< K, T >)Loyc.Collections.AListBase< K, T >
First (defined in Loyc.Collections.AListBase< K, T >)Loyc.Collections.AListBase< K, T >
Freeze()Loyc.Collections.AListBase< K, T >inlinevirtual
Frozen (defined in Loyc.Collections.AListBase< K, T >)Loyc.Collections.AListBase< K, T >protected
FrozenForConcurrency (defined in Loyc.Collections.AListBase< K, T >)Loyc.Collections.AListBase< K, T >protected
FrozenForListChanging (defined in Loyc.Collections.AListBase< K, T >)Loyc.Collections.AListBase< K, T >protected
GetEnumerator() (defined in Loyc.Collections.AListBase< K, T >)Loyc.Collections.AListBase< K, T >inline
GetEnumerator(int startIndex) (defined in Loyc.Collections.AListBase< K, T >)Loyc.Collections.AListBase< K, T >inline
GetEnumerator(int start, int subcount) (defined in Loyc.Collections.AListBase< K, T >)Loyc.Collections.AListBase< K, T >inline
GetEnumerator(int start, int subcount, bool startAtEnd) (defined in Loyc.Collections.AListBase< K, T >)Loyc.Collections.AListBase< K, T >inline
GetImmutableCount()Loyc.Collections.AListBase< K, T >inline
HandleChangedOrUndersizedRoot(AListNode< K, T > result) (defined in Loyc.Collections.AListBase< K, T >)Loyc.Collections.AListBase< K, T >inlineprotected
IndexesOf(T item)Loyc.Collections.AListBase< K, T >inline
IndexesOf(T item, int minIndex, int maxIndex) (defined in Loyc.Collections.AListBase< K, T >)Loyc.Collections.AListBase< K, T >inlinevirtual
IsEmpty (defined in Loyc.Collections.AListBase< K, T >)Loyc.Collections.AListBase< K, T >
IsFrozen (defined in Loyc.Collections.AListBase< K, T >)Loyc.Collections.AListBase< K, T >
Last (defined in Loyc.Collections.AListBase< K, T >)Loyc.Collections.AListBase< K, T >
LinearScanFor(T item, int startIndex, EqualityComparer< T > comparer)Loyc.Collections.AListBase< K, T >inline
ListChangingLoyc.Collections.AListBase< K, T >
NewEnumerator(uint start, uint firstIndex, uint lastIndex) (defined in Loyc.Collections.AListBase< K, T >)Loyc.Collections.AListBase< K, T >inlineprotectedvirtual
NewRootLeaf() (defined in Loyc.Collections.AListBase< K, T >)Loyc.Collections.AListBase< K, T >protectedpure virtual
NotFrozen (defined in Loyc.Collections.AListBase< K, T >)Loyc.Collections.AListBase< K, T >protected
ObserverCountLoyc.Collections.AListBase< K, T >
RemoveAll(Predicate< T > match)Loyc.Collections.AListBase< K, T >inline
RemoveAt(int index) (defined in Loyc.Collections.AListBase< K, T >)Loyc.Collections.AListBase< K, T >inline
RemoveObserver(IAListTreeObserver< K, T > observer)Loyc.Collections.AListBase< K, T >inlinevirtual
RemoveRange(int index, int amount) (defined in Loyc.Collections.AListBase< K, T >)Loyc.Collections.AListBase< K, T >inline
ReverseView (defined in Loyc.Collections.AListBase< K, T >)Loyc.Collections.AListBase< K, T >
Slice(int start, int length)Loyc.Collections.AListBase< K, T >inline
SplitRoot(AListNode< K, T > left, AListNode< K, T > right) (defined in Loyc.Collections.AListBase< K, T >)Loyc.Collections.AListBase< K, T >protectedpure virtual
SwapHelper(AListBase< K, T > other, bool swapObservers)Loyc.Collections.AListBase< K, T >inlineprotected
this[int index] (defined in Loyc.Collections.AListBase< K, T >)Loyc.Collections.AListBase< K, T >
TreeHeight (defined in Loyc.Collections.AListBase< K, T >)Loyc.Collections.AListBase< K, T >
TryGet(int index, out bool fail)Loyc.Collections.AListBase< K, T >inline