提交 721c748e 编写于 作者: S srivatsn

CR feedback: Adding AttributeUsage to the InternalImplementationOnlyAttribute. (changeset 1395250)

上级 f6cd1b07
......@@ -6,6 +6,7 @@ namespace System.Runtime.CompilerServices
/// This is a marker attribute that can be put on an interface to denote that only internal implementations
/// of that interface should exist.
/// </summary>
[AttributeUsage(AttributeTargets.Interface, AllowMultiple = false)]
internal sealed class InternalImplementationOnlyAttribute : Attribute
{
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册