System.Collections.Generic.ICollection.Contains(StripeStreamReader)

Here are the examples of the csharp api System.Collections.Generic.ICollection.Contains(StripeStreamReader) taken from open source projects. By voting up you can indicate which examples are most useful and appropriate.

1 Examples 7

19 Source : StripeStreamReaderCollection.cs
with MIT License
from ddrinka

public bool Contains(StripeStreamReader item)
		{
			return ((IList<StripeStreamReader>)_underlyingCollection).Contains(item);
		}