ICodeParser 介面

定義

定義將程式碼剖析為 CodeCompileUnit 的介面。

public interface class ICodeParser
public interface ICodeParser
type ICodeParser = interface
Public Interface ICodeParser
衍生

備註

編譯器的開發人員可以實作這個介面,以支援設計工具的程式碼剖析。

方法

Parse(TextReader)

在衍生類別中實作時,將指定的文字資料流編譯為 CodeCompileUnit

適用於