Summary
Gets the namespace of the method.
- Namespace
- Cake
.Core - Containing Type
- MethodInfoExtensions
Syntax
public static string GetNamespace(this MethodInfo method)
Parameters
Name | Type | Description |
---|---|---|
method | MethodInfo | The method. |
Return Value
Type | Description |
---|---|
string | The namespace of the method. |