diff --git a/OpenMetaverse/InternalDictionary.cs b/OpenMetaverse/InternalDictionary.cs index 2fc11d23..77e2cdcb 100644 --- a/OpenMetaverse/InternalDictionary.cs +++ b/OpenMetaverse/InternalDictionary.cs @@ -40,7 +40,9 @@ namespace OpenMetaverse /// Value public class InternalDictionary { - internal Dictionary Dictionary; + /// Internal dictionary that this class wraps around. Do not + /// modify or enumerate the contents of this dictionary without locking + public Dictionary Dictionary; /// /// Gets the number of Key/Value pairs contained in the