Click or drag to resize

translationTableMultiTKey, TValueAddRange Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbSCI.DataComplex.special
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
public virtual void AddRange(
	IEnumerable<KeyValuePair<TKey, TValue>> source
)
Request Example View Source

Parameters

source
Type: System.Collections.GenericIEnumerableKeyValuePairTKey, TValue
See Also