AttributedStringCollectionAddRange - метод
Adds multiple attributed strings to the collection.
Пространство имён: Tessa.Exchange.WebServices.DataСборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
public void AddRange(
IEnumerable<AttributedString> attributedStrings
)
Public Sub AddRange (
attributedStrings As IEnumerable(Of AttributedString)
)
public:
void AddRange(
IEnumerable<AttributedString^>^ attributedStrings
)
member AddRange :
attributedStrings : IEnumerable<AttributedString> -> unit
Параметры
- attributedStrings IEnumerableAttributedString
- Attributed strings to be added