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