我有以下评论。
/// <summary>
/// MSDN Time Format compatible with <see cref="DateTime.ParseExact(string, string, IFormatProvider)"/>
/// </summary>
/// <returns>MSDN Time Format compatible with <see cref="DateTime.ParseExact(string, string, IFormatProvider)"/></returns>
但我不确定为什么会收到以下警告
“MSLab.DateTime.SystemTimeProvider.GetTimeFormat()”上的警告 7 XML 注释具有无法解析的 cref 属性“DateTime.ParseExact(string, string, IFormatProvider)” F:\My Documents\Visual Studio 2010\Projects\MSLab\主干\MSLab\MSLab\DateTime\SystemTimeProvider.cs 110 57 MSLab