BridgeStack.ConsoleApplication.Program.GetMyComments C# (CSharp) Метод

GetMyComments() приватный статический Метод

private static GetMyComments ( ) : void
Результат void
        private static void GetMyComments()
        {
            client.Default.Site = NetworkSiteEnum.StackOverflow;
            IBridgeResponseCollection<Comment> comments = authClient.GetMyComments();

            Console.WriteLine(comments.First().CommentId);
        }