Creatio development guide
Это документация Creatio версии 7.9.0. Мы рекомендуем использовать новую версию документации.
T

DictionaryUtilities.AddRangeIfNotExist - метод Смотри также  Terrasoft.Common - пространство имен > DictionaryUtilities - класс : AddRangeIfNotExist - метод C#

source
The dictionary to add to.
collection
The added dictionary.

Glossary Item Box

Adds the specified dictionary the this instance if the elements in the added dictionary are not included in this instance.

Синтаксис

[Extension()] 
public static void AddRangeIfNotExist<T>( 
   Dictionary<T,T> source, 
   Dictionary<T,T> collection 
)

Параметры

source
The dictionary to add to.
collection
The added dictionary.

Типы обобщений

T

Смотри также

© Terrasoft 2002-2017.

Был ли данный материал полезен?

Как можно улучшить эту статью?