Ejemplo n.º 1
0
        bool IDictionary <IWriteableNodeState, IWriteableNodeStateView> .TryGetValue(IWriteableNodeState key, out IWriteableNodeStateView value)
        {
            bool Result = TryGetValue((IFocusNodeState)key, out IFocusNodeStateView Value);

            value = Value;
            return(Result);
        }
Ejemplo n.º 2
0
 void IDictionary <IWriteableNodeState, IWriteableNodeStateView> .Add(IWriteableNodeState key, IWriteableNodeStateView value)
 {
     Add((IFocusNodeState)key, (IFocusNodeStateView)value);
 }