IKVM11
11
Java SE 11 Virtual Machine for .NET
Loading...
Searching...
No Matches
RequiredMemberAttribute.cs
Go to the documentation of this file.
1
using
System.ComponentModel;
2
3
namespace
System.Runtime.CompilerServices
4
{
6
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Field | AttributeTargets.Property, AllowMultiple =
false
, Inherited =
false
)]
7
[EditorBrowsable(EditorBrowsableState.Never)]
8
#if SYSTEM_PRIVATE_CORELIB
9
public
10
#else
11
internal
12
#endif
13
sealed
class
RequiredMemberAttribute : Attribute
14
{ }
15
}
System.Runtime.CompilerServices
Definition
CompilerFeatureRequiredAttribute.cs:5
src
IKVM.Tools.Core
System
Runtime
CompilerServices
RequiredMemberAttribute.cs
Generated by
1.12.0