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