Exemplo n.º 1
0
		public NSMutableDictionary (TKey[] keys, TValue[] values)
			: this (keys, values, NSDictionary<TKey, TValue>.ValidateKeysAndValues (keys, values))
		{
		}
Exemplo n.º 2
0
		public NSMutableDictionary (NSDictionary<TKey, TValue> other)
			: base (other)
		{
		}