Provides an empty implementation of the ICodeParser interface.
For a list of all members of this type, see CodeParser Members.
System.Object
System.CodeDom.Compiler.CodeParser
[Visual Basic] MustInherit Public Class CodeParser Implements ICodeParser [C#] public abstract class CodeParser : ICodeParser [C++] public __gc __abstract class CodeParser : public ICodeParser [JScript] public abstract class CodeParser implements ICodeParser
Any public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.
Developers who build compilers can implement this interface to support code parsing by designers.
Namespace: System.CodeDom.Compiler
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System (in System.dll)