| Add(TKey key, TValue val) (defined in Org.IdentityConnectors.Common.ReadOnlyDictionary< TKey, TValue >) | Org.IdentityConnectors.Common.ReadOnlyDictionary< TKey, TValue > | |
| Add(T item) (defined in Org.IdentityConnectors.Common.ReadOnlyCollection< T >) | Org.IdentityConnectors.Common.ReadOnlyCollection< T > | |
| Clear() (defined in Org.IdentityConnectors.Common.ReadOnlyCollection< T >) | Org.IdentityConnectors.Common.ReadOnlyCollection< T > | |
| Contains(T item) (defined in Org.IdentityConnectors.Common.ReadOnlyCollection< T >) | Org.IdentityConnectors.Common.ReadOnlyCollection< T > | |
| ContainsKey(TKey key) (defined in Org.IdentityConnectors.Common.ReadOnlyDictionary< TKey, TValue >) | Org.IdentityConnectors.Common.ReadOnlyDictionary< TKey, TValue > | |
| CopyTo(T[] array, int arrayIndex) (defined in Org.IdentityConnectors.Common.ReadOnlyCollection< T >) | Org.IdentityConnectors.Common.ReadOnlyCollection< T > | |
| Count (defined in Org.IdentityConnectors.Common.ReadOnlyCollection< T >) | Org.IdentityConnectors.Common.ReadOnlyCollection< T > | |
| GetEnumerator() (defined in Org.IdentityConnectors.Common.ReadOnlyCollection< T >) | Org.IdentityConnectors.Common.ReadOnlyCollection< T > | |
| GetTarget() (defined in Org.IdentityConnectors.Common.ReadOnlyDictionary< TKey, TValue >) | Org.IdentityConnectors.Common.ReadOnlyDictionary< TKey, TValue > | protected |
| IsReadOnly (defined in Org.IdentityConnectors.Common.ReadOnlyCollection< T >) | Org.IdentityConnectors.Common.ReadOnlyCollection< T > | |
| Keys (defined in Org.IdentityConnectors.Common.ReadOnlyDictionary< TKey, TValue >) | Org.IdentityConnectors.Common.ReadOnlyDictionary< TKey, TValue > | |
| ReadOnlyCollection(ICollection< T > target) (defined in Org.IdentityConnectors.Common.ReadOnlyCollection< T >) | Org.IdentityConnectors.Common.ReadOnlyCollection< T > | |
| ReadOnlyDictionary(IDictionary< TKey, TValue > target) (defined in Org.IdentityConnectors.Common.ReadOnlyDictionary< TKey, TValue >) | Org.IdentityConnectors.Common.ReadOnlyDictionary< TKey, TValue > | |
| Remove(TKey key) (defined in Org.IdentityConnectors.Common.ReadOnlyDictionary< TKey, TValue >) | Org.IdentityConnectors.Common.ReadOnlyDictionary< TKey, TValue > | |
| Remove(T item) (defined in Org.IdentityConnectors.Common.ReadOnlyCollection< T >) | Org.IdentityConnectors.Common.ReadOnlyCollection< T > | |
| this[TKey key] (defined in Org.IdentityConnectors.Common.ReadOnlyDictionary< TKey, TValue >) | Org.IdentityConnectors.Common.ReadOnlyDictionary< TKey, TValue > | |
| TryGetValue(TKey key, out TValue value) (defined in Org.IdentityConnectors.Common.ReadOnlyDictionary< TKey, TValue >) | Org.IdentityConnectors.Common.ReadOnlyDictionary< TKey, TValue > | |
| Values (defined in Org.IdentityConnectors.Common.ReadOnlyDictionary< TKey, TValue >) | Org.IdentityConnectors.Common.ReadOnlyDictionary< TKey, TValue > | |