AVEVA CAF API Documenation
Members 

Aveva.ApplicationFramework Namespace : EnumCollection Class
EnumCollection Class
Enumeration Collection
Syntax
[DefaultMember("Item")]
[DebuggerTypeProxy(System.Collections.Generic.Mscorlib_DictionaryDebugView`2)]
[DebuggerDisplay("Count = {Count}")]
public class EnumCollection : System.Collections.Generic.Dictionary<string,Dictionary<string,int>> 
[DefaultMember("Item")]
[DebuggerTypeProxy(System.Collections.Generic.Mscorlib_DictionaryDebugView`2)]
[DebuggerDisplay("Count = {Count}")]
public ref class EnumCollection : public System.Collections.Generic.Dictionary<String,Dictionary<String,int>> 
Inheritance Hierarchy

System.Object
   System.Collections.Generic.Dictionary<TKey,TValue>
      Aveva.ApplicationFramework.EnumCollection

Requirements

Target Platforms: Windows Server 2019 (64 bit), Windows Server 2016 R2 (64 bit), Windows 10 (64 bit)

See Also