C# Programming/Keywords/dynamic
The dynamic contextual keyword enables dynamic typing in an otherwise statically-typed language. Using the dynamic modifier on a variable, property, or method allows the type to be determined at run time rather that during compile time.
| C# Keywords | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Special C# Identifiers (Contextual Keywords) | |||||||||||||||
| |||||||||||||||
| Contextual Keywords (Used in Queries) | |||||||||||||||
|