BaconographyWP8.Converters.PortableAsyncCollectionConverter.PortableAsyncCollectionWrapper.IndexOf C# (CSharp) Method

IndexOf() public method

public IndexOf ( object value ) : int
value object
return int
            public int IndexOf(object value)
            {
                return _collection.IndexOf(value);
            }