BaconographyWP8Core.ViewModel.TypedSubreddit.TypedSubreddit C# (CSharp) Метод

TypedSubreddit() публичный Метод

public TypedSubreddit ( TypedThing thing ) : BaconographyPortable.Model.Reddit
thing TypedThing
Результат BaconographyPortable.Model.Reddit
        public TypedSubreddit(TypedThing<Subreddit> thing)
        {
            _thing = thing;
        }
TypedSubreddit