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)
1155
RuntimeType[] interfaces = new RuntimeType[ht.Values.
Count
];
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ComponentManagerBroker.cs (2)
388
if (_components != null && _components.Values.
Count
>0) {
389
UnsafeNativeMethods.IMsoComponent[] components = new UnsafeNativeMethods.IMsoComponent[_components.Values.
Count
];