GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoCopyDictionary Class
Members
In This Topic
    GoCopyDictionary Class
    In This Topic
    This class is used to remember the mapping of original objects to copied objects in GoDocument.CopyFromCollection.
    Syntax
    [DefaultMember("Item")]
    [DebuggerDisplay("Count = {Count}")]
    [DebuggerTypeProxy(System.Collections.Hashtable/HashtableDebugView)]
    [Serializable()]
    public class GoCopyDictionary : System.Collections.Hashtable 
    See Also