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