Interface
ILinkedListCollection<T>

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 ICollection<T>.Add(T)ICollection<T>.Clear()ICollection<T>.Contains(T)ICollection<T>.CopyTo(T[], int)ICollection<T>.Remove(T)ICollection<T>.CountICollection<T>.IsReadOnlyIEnumerable<T>.GetEnumerator()

In this article
Definition
Not finding the help you need?
Contact Support