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