CleanCode C# Libraries v0.9.23 API

NestedStringDictionary Class

A simple container for a Dictionary whose keys are Strings and values are sub-dictionaries.

For a list of all members of this type, see NestedStringDictionary Members.

System.Object
   Dictionary<TKey,TValue>
      NestedStringDictionary

public class NestedStringDictionary : Dictionary<TKey,TValue>

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

This class actually adds no new methods or properties, but just provides a container definition.

Since CleanCode 0.9.07.

Requirements

Namespace: CleanCode.Data

Assembly: CleanCode (in CleanCode.dll)

See Also

NestedStringDictionary Members | CleanCode.Data Namespace