Class BlockSyntaxDescriptor

BlockSyntaxDescriptor class

BlockSyntaxDescriptor を定義します。

public class BlockSyntaxDescriptor

プロパティ

名前説明
Block { get; }ブロックを取得
Parser { get; }パーサーを取得します。

メソッド

名前説明
AppendInline(SourceText)Append Inline のインターフェイスを定義します。
Close()Close のインターフェイスを定義します。
Delete()削除のインターフェイスを定義します。
GetAttributes()get 属性のインターフェイスを定義します。
GetAttributeValue<T>(string)Attribute を取得するためのインターフェイスを定義します
GetContent()コンテンツを取得するためのインターフェイスを定義します。
HasAttribute(string)チェック用のインターフェイスを定義します 属性 を持っています
SetAttributeValue<T>(string, T)set 属性のインターフェイスを定義します。
override ToString()ToString インターフェイスをオーバーライドします。

関連項目