| | |
| | | #if !NET |
| | | namespace System.Runtime.Versioning { |
| | | [System.Diagnostics.Conditional("NEVER")] |
| | | [AttributeUsage(AttributeTargets.Assembly | AttributeTargets.Class | AttributeTargets.Constructor | AttributeTargets.Event | AttributeTargets.Method | AttributeTargets.Module | AttributeTargets.Property | AttributeTargets.Struct, AllowMultiple = true, Inherited = false)] |
| | | [AttributeUsage(AttributeTargets.Assembly | AttributeTargets.Class | AttributeTargets.Constructor | AttributeTargets.Enum | AttributeTargets.Event | AttributeTargets.Field | AttributeTargets.Interface | AttributeTargets.Method | AttributeTargets.Module | AttributeTargets.Property | AttributeTargets.Struct, AllowMultiple = true, Inherited = false)] |
| | | internal sealed class SupportedOSPlatformAttribute : Attribute { |
| | | public SupportedOSPlatformAttribute (string platformName) { } |
| | | } |