Class ICollectionExtensions
Inheritance
System.Object
ICollectionExtensions
Namespace: Telerik.Windows.Documents.FormatProviders.MsRichTextBoxXaml
Assembly: Telerik.Windows.Documents.FormatProviders.MsRichTextBoxXaml.dll
Syntax
public static class ICollectionExtensions : Object
Methods
AddRange<T>(ICollection<T>, IEnumerable)
Declaration
public static void AddRange<T>(this ICollection<T> inlines, IEnumerable collection)
Parameters
System.Collections.Generic.ICollection<T>
inlines
|
System.Collections.IEnumerable
collection
|
Type Parameters
T
|