ParserResults.Success 属性

定义

指示分析是否成功 () 没有错误。

public:
 property bool Success { bool get(); };
public bool Success { get; }
member this.Success : bool
Public ReadOnly Property Success As Boolean

属性值

true 如果分析成功,则为 ; false 否则为 。

适用于