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 |
Returns
| Type | Description |
|---|---|
| IEnumerable<IMethod> |