C Sharp Programming/Keywords/static
From Wikibooks, the open-content textbooks collection
The static keyword is used to declare a class or a class member (method, property, field, or variable) as static. A class that is declared static has only static members. A class member that is declared static is associated with the entire class instead of class instances.
| C# Keywords | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| Special C# Identifiers | ||||||||||
|

