我的一种方法中有以下 XML 文档段:
/// <summary>
/// Calculates the total charge for hours between the <see cref="StartDateTime"/> and <see cref="EndDateTime"/> of all all the <see cref="VehiclePresence"/> records
/// included in the date range defined by <paramref name="startDate"/> and <paramref name="endDate"/>.
/// </summary>
该<see cref="StartDateTime"/>
部分呈现为[!:StartDateTime]
. 我希望它呈现为VehiclePresence.StartDatetTime
属性文档的链接,就像该<see cref="VehiclePresence"/>
部分呈现为VehiclePresence
类文档的链接一样。