Implemented interface member:
property
Count
System.Collections.Generic.ICollection<T>.Count
2 references to Count
System.ServiceModel (2)
System\ServiceModel\Configuration\CustomBindingCollectionElement.cs (1)
132
bool retval = configElement.
Count
== customBinding.Elements.Count;
System\ServiceModel\Description\ConfigLoader.cs (1)
206
for (int i = 0; i < behaviorElement.
Count
; i++)