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