.NET API Reference for Oracle Identity Connector Framework 11.1.2
E41516-02

Namespace: Org.IdentityConnectors.Common
Assembly: Common (in Common.dll) Version: 1.4.0.0 (1.4.0.0)

Syntax

C#
public static void AddOrReplaceAll<TKey, TValue, UKey, UValue>(
	IDictionary<TKey, TValue> collection,
	IEnumerable<KeyValuePair<UKey, UValue>> enumerable
)
where UKey : TKey
where UValue : TValue

Parameters

collection
Type: System.Collections.Generic..::..IDictionary<(Of <(<'TKey, TValue>)>)>
enumerable
Type: System.Collections.Generic..::..IEnumerable<(Of <(<'KeyValuePair<(Of <(<'UKey, UValue>)>)>>)>)>

Type Parameters

TKey
TValue
UKey
UValue

See Also