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