InterfaceILinkedListCollection<T>
Interface
Represents a collection of linked list items that can be accessed and modified.
Definition
Namespace:Telerik.Windows.Documents.Layout
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Type Parameters:
T
Syntax:
cs-api-definition
public interface ILinkedListCollection<T> : ICollection<T>, IEnumerable<T>, IEnumerable where T : LayoutElement
Inherited Members