GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoCopyDictionary Class / Item Property
In This Topic
    Item Property (GoCopyDictionary)
    In This Topic
    Gets or sets the copied object in the destination for an object in the source.
    Syntax
    public override object this[ 
       object key
    ]; {get; set;}

    Parameters

    key
    Remarks
    This is an indexed property. If the key is null, getting this property returns null; When setting, if the key is null, nothing happens.
    See Also