提交 cf59b11c 编写于 作者: C CyrusNajmabadi

Add comment.

上级 0db0886e
......@@ -52,6 +52,11 @@ public ProjectInfo(VersionStamp versionStamp, SymbolTreeInfo info)
private struct MetadataInfo
{
public readonly DateTime TimeStamp;
/// <summary>
/// Note: can be <code>null</code> if were unable to create a SymbolTreeInfo
/// (for example, if the metadata was bogus and we couldn't read it in).
/// </summary>
public readonly SymbolTreeInfo SymbolTreeInfo;
/// <summary>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册