> For the complete documentation index, see [llms.txt](https://centr.gitbook.io/netcs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://centr.gitbook.io/netcs/api/basic-types/methoddescription.md).

# MethodDescription

The MethodDescription model

| Field         | Type                                                                   | Description           |
| ------------- | ---------------------------------------------------------------------- | --------------------- |
| `ReturnType`  | ​`string`                                                              | Return Type           |
| `Name`        | `string`                                                               | Name of Method        |
| `Arguments`   | `List<`[`MethodArgument`](/netcs/api/basic-types/methodargument.md)`>` | Arguments of Method   |
| `Annotations` | `List<`[`Annotation`](/netcs/api/basic-types/annotation.md)`>`         | Annotations of Method |
