Implemented interface members:
property
Count
System.Collections.Generic.ICollection<T>.Count
property
Count
System.Collections.Generic.IReadOnlyCollection<T>.Count
property
Count
System.Collections.ICollection.Count
3 references to Count
mscorlib (1)
system\rttype.cs (1)
1155RuntimeType[] interfaces = new RuntimeType[ht.Values.Count];
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ComponentManagerBroker.cs (2)
388if (_components != null && _components.Values.Count>0) { 389UnsafeNativeMethods.IMsoComponent[] components = new UnsafeNativeMethods.IMsoComponent[_components.Values.Count];