OfKind(MethodKind)
Declaration
IEnumerable<IMethod> OfKind(MethodKind kind)Parameters
| Type | Name | Description |
|---|---|---|
| MethodKind | kind |
Returns
| Type | Description |
|---|---|
| IEnumerable<IMethod> |
OfKind(OperatorKind)
Declaration
IEnumerable<IMethod> OfKind(OperatorKind kind)Parameters
| Type | Name | Description |
|---|---|---|
| OperatorKind | kind |
Returns
| Type | Description |
|---|---|
| IEnumerable<IMethod> |