# Sandbox.WrappedMethod.Attributes

```csharp
System.Attribute[] Attributes { get; set; }
```

An array of all attributes decorated with [Sandbox.CodeGeneratorAttribute](/api/Sandbox.CodeGeneratorAttribute) on the original method.

Declared in [Sandbox.WrappedMethod](/api/Sandbox.WrappedMethod).
Assembly: `Sandbox.System`.
