The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ICodeParser Interface
.NET Framework (current version)
Defines an interface for parsing code into a CodeCompileUnit.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | Parse(TextReader) | When implemented in a derived class, compiles the specified text stream into a CodeCompileUnit. |
Developers of compilers can implement this interface to support code parsing by designers.
.NET Framework
Available since 1.1
Available since 1.1
Show:
