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

Add() public method

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