Glossary:Definition - Static field
Microsoft .NET Framework, ASP.NET, Visual C# (CSharp, C Sharp, C-Sharp) Developer Training, Visual Studio
| Term | Static field | |
| Definition | Member variable associated with a type rather than an instance of the type. Static fields are accessible via the type name without instantiation. C# uses the static keyword.
| |
| See also | Instance field | |
| This C# Online.NET definition is from the Glossary of .NET / C# Terms. | ||