Namespace Neon.Collections
Classes
ArgDictionary
A dictionary of objects keyed by case sensitive strings.
Bits
Implements an efficient array of boolean values that can also perform bit oriented operations such as AND, OR, NOT, XOR.
NiceDictionary<TKey, TValue>
A dictionary of values where the indexer will return the default value for keys that don't map to an item.
ObjectDictionary
Describes dictionaries mapping case-sensitive strings to objects along with nice generic methods that converts item values to specific types.
Interfaces
IObjectDictionary
Describes dictionaries mapping case-sensitive strings to objects along with nice generic methods that converts item values to specific types.