'Declaration <CollectionDataContractAttribute(Name="C", ItemName="I", KeyName="K", ValueName="V")> <KnownTypeAttribute(Proficy.Historian.ClientAccess.API.Collector/Types)> <DefaultMemberAttribute("Item")> <DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_DictionaryDebugView`2)> <DebuggerDisplayAttribute("Count = {Count}")> <SerializableAttribute()> Public Class Collector Inherits System.Collections.Generic.Dictionary(Of Collector.Property,Object)
'Usage Dim instance As Collector
[CollectionDataContract(Name="C", ItemName="I", KeyName="K", ValueName="V")] [KnownType(Proficy.Historian.ClientAccess.API.Collector/Types)] [DefaultMember("Item")] [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_DictionaryDebugView`2)] [DebuggerDisplay("Count = {Count}")] [Serializable()] public class Collector : System.Collections.Generic.Dictionary<Collector.Property,object>
[CollectionDataContract(Name="C", ItemName="I", KeyName="K", ValueName="V")] [KnownType(Proficy.Historian.ClientAccess.API.Collector/Types)] [DefaultMember("Item")] [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_DictionaryDebugView`2)] [DebuggerDisplay("Count = {Count}")] [Serializable()] public ref class Collector : public System.Collections.Generic.Dictionary<Collector.Property,Object>