# Sandbox.MethodArgumentsAttribute

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.

- Kind: attribute
- Namespace: `Sandbox`
- Assembly: `Sandbox.System`

## Constructors

- [`MethodArgumentsAttribute`](/api/Sandbox.MethodArgumentsAttribute/.ctor)

## Properties

- [`ArgumentTypes`](/api/Sandbox.MethodArgumentsAttribute/ArgumentTypes)
