'Declaration
<CanBeNullAttribute()> <DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)> <ElementsNotNullAttribute()> <ThreadStaticAttribute()> Public Shared EqualsAnnotationList As List(Of String)
'Usage
Dim value As List(Of String) value = Info.EqualsAnnotationList Info.EqualsAnnotationList = value
[CanBeNull()] [DebuggerBrowsable(DebuggerBrowsableState.Never)] [ElementsNotNull()] [ThreadStatic()] public static List<string> EqualsAnnotationList
[CanBeNull()] [DebuggerBrowsable(DebuggerBrowsableState.Never)] [ElementsNotNull()] [ThreadStatic()] public: static List<String^>^ EqualsAnnotationList