'Declaration
<System.Reflection.DefaultMemberAttribute("Item")> <System.Diagnostics.DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_DictionaryDebugView`2)> <System.Diagnostics.DebuggerDisplayAttribute("Count = {Count}")> Public Class Errors Inherits System.Collections.Generic.Dictionary(Of Integer,String)
'Usage
Dim instance As Errors
[System.Reflection.DefaultMember("Item")] [System.Diagnostics.DebuggerTypeProxy(System.Collections.Generic.Mscorlib_DictionaryDebugView`2)] [System.Diagnostics.DebuggerDisplay("Count = {Count}")] public class Errors : System.Collections.Generic.Dictionary<int,string>