

'Declaration<DefaultMemberAttribute("Item")> <DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_CollectionDebugView`1)> <DebuggerDisplayAttribute("Count = {Count}")> Public Class PDFDocumentViewCollection Inherits System.Collections.ObjectModel.Collection(Of PDFDocumentView)
'UsageDim instance As PDFDocumentViewCollection
[DefaultMember("Item")] [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)] [DebuggerDisplay("Count = {Count}")] public class PDFDocumentViewCollection : System.Collections.ObjectModel.Collection<PDFDocumentView>
[DefaultMember("Item")] [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)] [DebuggerDisplay("Count = {Count}")] public ref class PDFDocumentViewCollection : public System.Collections.ObjectModel.Collection<PDFDocumentView>
System.Object
System.Collections.ObjectModel.Collection<T>
O2S.Components.PDF4NET.View.PDFDocumentViewCollection