API ReferenceSandbox
MethodArgumentsAttributeclass
Specify the types of arguments a method should have. Typically used with event attributes to throw an exception if an event attribute is added to a method with incorrect arguments.
Constructors1
Showing 1 constructors
public MethodArgumentsAttribute(System.Type[] argumentTypes)
| Parameter | Type | Description |
|---|---|---|
| argumentTypes | Type[] | — |
No results match this filter.
Properties1
Showing 1 properties
public System.Type[] Sandbox.MethodArgumentsAttribute.ArgumentTypes { get; set; }
No results match this filter.