DotNext.Collections.Specialized
Namespace with 7 public types
Classes
ConcurrentTypeMap`1
Represents thread-safe implementation of interface.
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`1
Represents read-only view of the dictionary where
the values are associated with the types.
ITypeMap`1
Represents a specialized dictionary where the each key is represented by generic
parameter.