'Declaration
<CLSCompliantAttribute(True)> <ComDefaultInterfaceAttribute(OpcLabs.BaseLib.Collections.Specialized.ComTypes._NormalizedExceptionCollection)> <ComVisibleAttribute(True)> <GuidAttribute("7EBFA1D4-6A6D-4F18-A63A-FDFEA0178B47")> <TypeConverterAttribute(System.ComponentModel.CollectionConverter)> <DefaultMemberAttribute("Item")> <DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_CollectionDebugView`1)> <DebuggerDisplayAttribute("Count = {Count}")> <SerializableAttribute()> Public NotInheritable Class NormalizedExceptionCollection Inherits System.Collections.ObjectModel.ObservableCollection(Of NormalizedException) Implements OpcLabs.BaseLib.Collections.Specialized.ComTypes._NormalizedExceptionCollection, System.Collections.Generic.ICollection(Of NormalizedException), System.Collections.Generic.IEnumerable(Of NormalizedException), System.Collections.Generic.IList(Of NormalizedException), System.Collections.Generic.IReadOnlyCollection(Of NormalizedException), System.Collections.Generic.IReadOnlyList(Of NormalizedException), System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList, System.Collections.Specialized.INotifyCollectionChanged, System.ComponentModel.INotifyPropertyChanged
'Usage
Dim instance As NormalizedExceptionCollection
[CLSCompliant(true)] [ComDefaultInterface(OpcLabs.BaseLib.Collections.Specialized.ComTypes._NormalizedExceptionCollection)] [ComVisible(true)] [Guid("7EBFA1D4-6A6D-4F18-A63A-FDFEA0178B47")] [TypeConverter(System.ComponentModel.CollectionConverter)] [DefaultMember("Item")] [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)] [DebuggerDisplay("Count = {Count}")] [Serializable()] public sealed class NormalizedExceptionCollection : System.Collections.ObjectModel.ObservableCollection<NormalizedException>, OpcLabs.BaseLib.Collections.Specialized.ComTypes._NormalizedExceptionCollection, System.Collections.Generic.ICollection<NormalizedException>, System.Collections.Generic.IEnumerable<NormalizedException>, System.Collections.Generic.IList<NormalizedException>, System.Collections.Generic.IReadOnlyCollection<NormalizedException>, System.Collections.Generic.IReadOnlyList<NormalizedException>, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList, System.Collections.Specialized.INotifyCollectionChanged, System.ComponentModel.INotifyPropertyChanged
[CLSCompliant(true)] [ComDefaultInterface(OpcLabs.BaseLib.Collections.Specialized.ComTypes._NormalizedExceptionCollection)] [ComVisible(true)] [Guid("7EBFA1D4-6A6D-4F18-A63A-FDFEA0178B47")] [TypeConverter(System.ComponentModel.CollectionConverter)] [DefaultMember("Item")] [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)] [DebuggerDisplay("Count = {Count}")] [Serializable()] public ref class NormalizedExceptionCollection sealed : public System.Collections.ObjectModel.ObservableCollection<NormalizedException>, OpcLabs.BaseLib.Collections.Specialized.ComTypes._NormalizedExceptionCollection, System.Collections.Generic.ICollection<NormalizedException>, System.Collections.Generic.IEnumerable<NormalizedException>, System.Collections.Generic.IList<NormalizedException>, System.Collections.Generic.IReadOnlyCollection<NormalizedException>, System.Collections.Generic.IReadOnlyList<NormalizedException>, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList, System.Collections.Specialized.INotifyCollectionChanged, System.ComponentModel.INotifyPropertyChanged