Searching for: Import Package in C#
Namespace
Language: C#

Namespaces are used to group methods, classes, and other code into a package for use in many different files. The .NET framework comes with many (including the popular System.IO), and in order to certain classes within the framework (like File), use of the namespace must be declared.