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));
            }