kasthack.vksharp.RequestApi.InitializeMethodGroups C# (CSharp) Метод

InitializeMethodGroups() приватный Метод

private InitializeMethodGroups ( ) : void
Результат void
        private void InitializeMethodGroups(){
            this.Account = new MethodGroup_account(this);
            this.Apps = new MethodGroup_apps(this);
            this.Audio = new MethodGroup_audio(this);
            this.Auth = new MethodGroup_auth(this);
            this.Board = new MethodGroup_board(this);
            this.Database = new MethodGroup_database(this);
            this.Docs = new MethodGroup_docs(this);
            this.Fave = new MethodGroup_fave(this);
            this.Friends = new MethodGroup_friends(this);
            this.Groups = new MethodGroup_groups(this);
            this.Messages = new MethodGroup_messages(this);
            this.Newsfeed = new MethodGroup_newsfeed(this);
            this.Notes = new MethodGroup_notes(this);
            this.Notifications = new MethodGroup_notifications(this);
            this.Pages = new MethodGroup_pages(this);
            this.Photos = new MethodGroup_photos(this);
            this.Polls = new MethodGroup_polls(this);
            this.Stats = new MethodGroup_stats(this);
            this.Status = new MethodGroup_status(this);
            this.Storage = new MethodGroup_storage(this);
            this.Users = new MethodGroup_users(this);
            this.Utils = new MethodGroup_utils(this);
            this.Video = new MethodGroup_video(this);
            this.Wall = new MethodGroup_wall(this);
            this.Likes = new MethodGroup_likes(this);
        }
        public MethodGroup_account Account {get; private set;}