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