Oracle® Fusion Middleware .NET API Reference for Identity Connector Framework  E57662-01
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | Protected Member Functions | Properties | List of all members
Org.IdentityConnectors.Common.ReadOnlyDictionary< TKey, TValue > Class Template Reference

Inherits Org.IdentityConnectors.Common.ReadOnlyCollection< T >, and IDictionary< TKey, TValue >.

Public Member Functions

 ReadOnlyDictionary (IDictionary< TKey, TValue > target)
 
void Add (TKey key, TValue val)
 
bool Remove (TKey key)
 
bool ContainsKey (TKey key)
 
bool TryGetValue (TKey key, out TValue value)
 
- Public Member Functions inherited from Org.IdentityConnectors.Common.ReadOnlyCollection< T >
 ReadOnlyCollection (ICollection< T > target)
 
void Add (T item)
 
void Clear ()
 
bool Contains (T item)
 
IEnumerator< T > GetEnumerator ()
 
bool Remove (T item)
 
void CopyTo (T[] array, int arrayIndex)
 
ICollection< T > GetTarget ()
 

Protected Member Functions

new IDictionary< TKey, TValue > GetTarget ()
 

Properties

ICollection< TKey > Keys [get]
 
ICollection< TValue > Values [get]
 
TValue this[TKey key] [get, set]
 
- Properties inherited from Org.IdentityConnectors.Common.ReadOnlyCollection< T >
bool IsReadOnly [get]
 
int Count [get]
 

The documentation for this class was generated from the following file: