MethodsAndAccessors(INamedType)
Gets all methods of a named type, including the accessors of properties and events.
Declaration
public static IEnumerable<IMethod> MethodsAndAccessors(this INamedType type)Parameters
| Type | Name | Description |
|---|---|---|
| INamedType | type | The named type. |
Returns
| Type | Description |
|---|---|
| IEnumerable<IMethod> | An enumerable of all methods and accessor methods. |