> For the complete documentation index, see [llms.txt](https://wiki.owain.codes/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.owain.codes/coding/c-sharp/internal-static-and-internal-const.md).

# internal static and internal const

`Classes` or `Methods` or things that need calculations done etc are generally `static`, `const` are fixed values that never change e.g. names for fields within indexer
