RadControls for WPF

Namespace: Telerik.Windows.Documents.Layout
Assembly: Telerik.Windows.Documents (in Telerik.Windows.Documents.dll) Version: 2013.2.611.40

Syntax

C#
public interface ILinkedListCollection<T> : ICollection<T>, 
	IEnumerable<T>, IEnumerable
where T : LayoutElement
Visual Basic
Public Interface ILinkedListCollection(Of T As LayoutElement) _
	Inherits ICollection(Of T), IEnumerable(Of T), IEnumerable

Type Parameters

T

See Also