提交 922d5ec2 编写于 作者: P Pilchie

Fix some warnings about xml doc comments using "T:" or "M:" incorrectly. (changeset 1389555)

上级 d75e0e4e
......@@ -569,7 +569,7 @@ private Assembly AssemblyResolve(ResolveEventArgs args, bool reflectionOnly)
}
/// <summary>
/// Loads given array of bytes as an assembly image using <see cref="M:System.Reflection.Assembly.Load"/> or <see cref="M:System.Reflection.Assembly.ReflectionOnlyLoad"/>.
/// Loads given array of bytes as an assembly image using <see cref="System.Reflection.Assembly.Load"/> or <see cref="System.Reflection.Assembly.ReflectionOnlyLoad"/>.
/// </summary>
internal static Assembly LoadAsAssembly(ImmutableArray<byte> rawAssembly, bool reflectionOnly = false)
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册