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