API ReferenceSandbox
public class Sandbox.MethodArgumentsAttribute : System.Attribute
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.
Constructors
Showing 1 constructors
public MethodArgumentsAttribute(System.Type[] argumentTypes)
No results match this filter.
Properties
Showing 1 properties
public System.Type[] Sandbox.MethodArgumentsAttribute.ArgumentTypes { get; set; }
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Sandbox |
| Type | class |
| Assembly | Sandbox.System |
| Doc ID | T:Sandbox.MethodArgumentsAttribute |