Add

Add(AnnotationBase)

document に注釈を追加します

public void Add(AnnotationBase annotation)
パラメータ タイプ 説明
annotation AnnotationBase 追加する注釈。

備考

もっと詳しく知る

関連項目


Add(List<AnnotationBase>)

注釈のコレクションをドキュメントに追加します。

public void Add(List<AnnotationBase> annotations)
パラメータ タイプ 説明
annotations List`1 追加する注釈リスト。

備考

もっと詳しく知る

関連項目