[This is preliminary documentation and is subject to change.]
Returns a read-only map from time zone ID to the canonical ID. For example, the key "Europe/Jersey"
would be associated with the value "Europe/London".

C# | Visual Basic | Visual C++ |
public IDictionary<string, string> CanonicalIdMap { get; }
Public ReadOnly Property CanonicalIdMap As IDictionary(Of String, String) Get
public: property IDictionary<String^, String^>^ CanonicalIdMap { IDictionary<String^, String^>^ get (); }

A map from time zone ID to the canonical ID.

This map contains an entry for every ID returned by GetIds()()()(), where canonical IDs map to themselves.
The returned map is read-only; any attempts to call a mutating method will throw NotSupportedException.
Assembly: NodaTime (Module: NodaTime.dll) Version: 1.2.0.0 (1.2.0)