.NET Framework Class Library
Microsoft.CSharp Namespace
The Microsoft.CSharp namespace contains classes that support compilation and code generation using the C# language.
Classes
| Class | Description | |
|---|---|---|
|
CSharpCodeProvider | Provides access to instances of the C# code generator and code compiler. |
Community Content
kartika thakur
c sharp namespace
namespaces are the way c# segregates the .NET library classes into reasonable groupings. c# supports the feature known as using directive that can be used to import the namespace system into the program. once a namespace is imported ,we can use the elements of that namespace without using the namespace as prefix.
