IKVM11  11
Java SE 11 Virtual Machine for .NET
Loading...
Searching...
No Matches
RequiredMemberAttribute.cs
Go to the documentation of this file.
1using System.ComponentModel;
2
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}