.NET API Reference for Oracle Identity Connector Framework 11.1.2
E41516-02 The CollectionUtil type exposes the following members.
Methods
| Name | Description |
---|
  | AddAll<(Of <<'(T, U>)>>) | |
  | AddOrReplaceAll<(Of <<'(TKey, TValue, UKey, UValue>)>>) | |
  | AsReadOnlyDictionary<(Of <<'(K, V>)>>) | |
  | AsReadOnlyList<(Of <<'(T>)>>) | |
  | AsReadOnlySet<(Of <<'(T>)>>) | |
  | CollectionsEqual<(Of <<'(T>)>>) | |
  | DictionariesEqual<(Of <<'(K, V>)>>) | |
  | Equals | |
  | GetEnumerableHashCode<(Of <<'(T>)>>) | |
  | GetHashCode | |
  | GetKeyValuePairHashCode<(Of <<'(K, V>)>>) | |
  | GetValue<(Of <<'(TKey, TValue>)>>) | |
  | IsCaseInsensitiveDictionary<(Of <<'(K, V>)>>) | |
  | IsCaseInsensitiveSet<(Of <<'(T>)>>) | |
  | ListsEqual<(Of <<'(T>)>>) | |
  | NewCaseInsensitiveDictionary<(Of <<'(T>)>>) | |
  | NewCaseInsensitiveSet | |
  | NewDictionary<(Of <<'(TKey, TValue>)>>)(IDictionary<(Of <<'(TKey, TValue>)>>)) | |
  | NewDictionary<(Of <<'(TKey, TValue>)>>)(IEnumerable<(Of <<'(TValue>)>>), KeyFunction<(Of <<'(TKey, TValue>)>>)) | |
  | NewDictionary<(Of <<'(TKey, TValue>)>>)(TKey, TValue) | |
  | NewDictionary<(Of <<'(TKey1, TValue1, TKey2, TValue2>)>>)(IDictionary<(Of <<'(TKey1, TValue1>)>>)) | |
  | NewIdentityDictionary<(Of <<'(K, V>)>>) | |
  | NewList<(Of <<'(T>)>>)(IEnumerable<(Of <<'(T>)>>)) | |
  | NewList<(Of <<'(T, U>)>>)(IEnumerable<(Of <<'(T>)>>)) | |
  | NewReadOnlyDictionary<(Of <<'(TKey, TValue>)>>)(IDictionary<(Of <<'(TKey, TValue>)>>)) | |
  | NewReadOnlyDictionary<(Of <<'(TKey, TValue>)>>)(IEnumerable<(Of <<'(TValue>)>>), KeyFunction<(Of <<'(TKey, TValue>)>>)) | |
  | NewReadOnlyDictionary<(Of <<'(TKey1, TValue1, TKey2, TValue2>)>>)(IDictionary<(Of <<'(TKey1, TValue1>)>>)) | |
  | NewReadOnlyList<(Of <<'(T>)>>)(ICollection<(Of <<'(T>)>>)) | |
  | NewReadOnlyList<(Of <<'(T>)>>)(array<T>[]()[][]) | |
  | NewReadOnlyList<(Of <<'(T, U>)>>)(ICollection<(Of <<'(T>)>>)) | |
  | NewReadOnlySet<(Of <<'(T>)>>)(ICollection<(Of <<'(T>)>>)) | |
  | NewReadOnlySet<(Of <<'(T>)>>)(array<T>[]()[][]) | |
  | NewSet<(Of <<'(T>)>>)(IEnumerable<(Of <<'(T>)>>)) | |
  | NewSet<(Of <<'(T>)>>)(array<T>[]()[][]) | |
  | NewSet<(Of <<'(T, U>)>>)(IEnumerable<(Of <<'(T>)>>)) | |
  | NullAsEmpty<(Of <<'(T>)>>)(ICollection<(Of <<'(T>)>>)) | |
  | NullAsEmpty<(Of <<'(T>)>>)(IList<(Of <<'(T>)>>)) | |
  | NullAsEmpty<(Of <<'(T>)>>)(array<T>[]()[][]) | |
  | NullAsEmpty<(Of <<'(K, V>)>>)(IDictionary<(Of <<'(K, V>)>>)) | |
  | RemovalAll<(Of <<'(T, U>)>>) | |
  | RemoveAll<(Of <<'(T, U>)>>) | |
  | SetsEqual<(Of <<'(T>)>>) | |
See Also