Kimono.KTimeZone.LeapSeconds.Comment C# (CSharp) Méthode

Comment() public méthode

Return the comment (if any) applying to this change.
public Comment ( ) : string
Résultat string
            public string Comment()
            {
                return (string) interceptor.Invoke("comment", "comment() const", typeof(string));
            }