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