Keywords are the names that have been reserved for special use in a programming language. The C# language defines about 80 keywords, such as bool, namespace, class, static, and for. Keywords may not be used as identifiers in program code.
| |||
KeywordsKeywords are the names that have been reserved for special use in a programming language. The C# language defines about 80 keywords, such as bool, namespace, class, static, and for. Keywords may not be used as identifiers in program code. | |||
© 2019 HowToASP.NET - All Rights Reserved. Last Updated 02/17/2019 | About Us | Privacy | Terms | Write for Us |