BatchBook.MegaComment.Destroy C# (CSharp) Метод

Destroy() публичный статический Метод

public static Destroy ( int commentId ) : void
commentId int
Результат void
        public static void Destroy(int commentId)
        {
            Destroy(Util.DefaultApiKey, commentId);
        }

Same methods

MegaComment::Destroy ( string apiKey, int commentId ) : void