Kimono.KTimeZone.LeapSeconds.Comment C# (CSharp) Метод

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

Return the comment (if any) applying to this change.
public Comment ( ) : string
Результат string
            public string Comment()
            {
                return (string) interceptor.Invoke("comment", "comment() const", typeof(string));
            }