Enum AttributesIndexMode
Attributes index mode flags.
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public enum AttributesIndexMode
IncreaseOne
Increase id's by one.
None
No specific mode, mode is about writing, used only when readonly.
ReverseAll
All reverse indexes active.
ReverseCollectionIndex
Keep a reverse collection index.
ReverseStringIndex
Keep a reverse string index.
ReverseStringIndexKeysOnly
Only keep a reverse index of keys.