BaconographyWP8Core.ViewModel.TypedSubreddit.TypedSubreddit C# (CSharp) Method

TypedSubreddit() public method

public TypedSubreddit ( TypedThing thing ) : BaconographyPortable.Model.Reddit
thing TypedThing
return BaconographyPortable.Model.Reddit
        public TypedSubreddit(TypedThing<Subreddit> thing)
        {
            _thing = thing;
        }
TypedSubreddit