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

Comment() public méthode

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