Interface ILinkedListCollection<T>
Namespace: Telerik.Windows.Documents.Layout
Assembly: Telerik.Windows.Documents.dll
Syntax
public interface ILinkedListCollection<T> : ICollection<T>, IEnumerable<T>, IEnumerable where T : LayoutElement
Type Parameters
T
|