Sandbox Logo

class MethodArgumentsAttribute : System.Attribute

Summary

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.

User Comments