Class IncludedPlatformAttribute
Inheritance
System.Object
System.Attribute
IncludedPlatformAttribute
Namespace: Unity.Tiny
Syntax
[AttributeUsage(AttributeTargets.Assembly | AttributeTargets.Module | AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Enum | AttributeTargets.Constructor | AttributeTargets.Method | AttributeTargets.Property | AttributeTargets.Field | AttributeTargets.Event | AttributeTargets.Interface | AttributeTargets.Parameter | AttributeTargets.Delegate | AttributeTargets.ReturnValue | AttributeTargets.GenericParameter | AttributeTargets.All, AllowMultiple = true)]
public class IncludedPlatformAttribute : Attribute, _Attribute
Constructors
IncludedPlatformAttribute(Platform)
Declaration
public IncludedPlatformAttribute(Platform p)
Parameters
Type | Name | Description |
---|---|---|
Platform | p |
Fields
Platform
Declaration
public Platform Platform
Field Value
Type | Description |
---|---|
Platform |