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

Inherits ICollection< T >.

Inherited by Org.IdentityConnectors.Common.ReadOnlyDictionary< TKey, TValue >, and Org.IdentityConnectors.Common.ReadOnlyList< T >.

Public Member Functions

 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 ()
 

Properties

bool IsReadOnly [get]
 
int Count [get]
 

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