API ReferenceSandbox
public sealed class Sandbox.TargetTypeAttribute : System.Attribute
When applied to a Type property, allows you to specify a Type that the property's value must derive from.
Constructors
Showing 1 constructors
public TargetTypeAttribute(System.Type type)
No results match this filter.
Properties
Showing 1 properties
public System.Type Sandbox.TargetTypeAttribute.Type { get; set; }
The type that the property's value must derive from.
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Sandbox |
| Type | class |
| Assembly | Sandbox.System |
| Doc ID | T:Sandbox.TargetTypeAttribute |