AttributedStringCollection.AddRange - метод
Adds multiple attributed strings to the collection.
Пространство имён: Tessa.Exchange.WebServices.DataСборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.24
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 IEnumerable<AttributedString>
- Attributed strings to be added