Exemplo n.º 1
0
 public ValueCollection(WeakValueDictionary <TKey, TValue> dictionary)
 {
     inner = dictionary;
 }
Exemplo n.º 2
0
 /// <summary>
 /// Creates an instance of <see cref="ViewAware" />.
 /// </summary>
 public RxViewAware()
 {
     Views = new WeakValueDictionary <object, object>();
 }