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