Ejemplo n.º 1
0
    public new IModable copyDeep()
    {
        var result = ModableValueTypeHashDictionary <string> .copyDeep <ItemsCollection>(this);

        result.cacheDirty = true;

        return(result);
    }