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