API ReferenceSandbox
TargetTypeAttributeclass
When applied to a Type property, allows you to specify a Type that the property's value must derive from.
Constructors1
Showing 1 constructors
public TargetTypeAttribute(System.Type type)
| Parameter | Type | Description |
|---|---|---|
| type | Type | — |
No results match this filter.
Properties1
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.