コード例 #1
0
        /// <summary>
        /// Return a text-representation of this object.
        /// </summary>
        public override String ToString()

        => String.Concat(Periods.AggregateWith(", "),
                         " -> ",
                         On.AsString(),
                         UnstructuredText.IsNotNullOrEmpty()
                                 ? "; " + UnstructuredText
                                 : "");