AttributionCollectionAddRange - метод |
Adds multiple attributions to the collection.
Пространство имён:
Tessa.Exchange.WebServices.Data
Сборка:
Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис public void AddRange(
IEnumerable<Attribution> attributions
)
Public Sub AddRange (
attributions As IEnumerable(Of Attribution)
)
public:
void AddRange(
IEnumerable<Attribution^>^ attributions
)
member AddRange :
attributions : IEnumerable<Attribution> -> unit
Параметры
- attributions
- Тип: System.Collections.GenericIEnumerableAttribution
Attributions to be added
См. также