Implemented interface member:
method
Contains
System.Collections.Generic.ICollection<T>.Contains(T)
1 reference to Contains
System.ServiceModel (1)
System\ServiceModel\SynchronizedReadOnlyCollection.cs (1)
240
return this.
Contains
((T)value);