DotNext.Collections.Specialized
Namespace with 11 public types
Classes
ConcurrentTypeMap
Represents thread-safe implementation of interface.
ConcurrentTypeMap`1
Represents thread-safe implementation of interface.
TypeMap
Represents fast implementation of
which is not thread safe.
TypeMap`1
Represents fast implementation of
that is not thread safe.
Structures
InvocationList`1
Represents immutable list of delegates.
SingletonList`1
Represents a list with one element.
Static Classes
InvocationList
Provides various extensions for type.
Interfaces
IReadOnlyTypeMap
Represents read-only view of a set of typed values.
IReadOnlyTypeMap`1
Represents read-only view of the dictionary where
the values are associated with the types.
ITypeMap
Represents specialized set that store values of different types efficiently.
ITypeMap`1
Represents specialized dictionary where the each key is represented by generic
parameter.