'Declaration
<DefaultMemberAttribute("Item")> <DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_CollectionDebugView`1)> <DebuggerDisplayAttribute("Count = {Count}")> Public Class FormattedTextList Inherits System.Collections.Generic.List(Of FormattedText)
'Usage
Dim instance As FormattedTextList
[DefaultMember("Item")] [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)] [DebuggerDisplay("Count = {Count}")] public class FormattedTextList : System.Collections.Generic.List<FormattedText>