.Net Framework Class Library
Static is used in this context to indicate that a method belongs to the type itself rather than to a specific object of a class. This means that it is not necessary to instantiate an object of the class to use the method member. You will define nonstatic methods in the next chapter.