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