Add

Add(AnnotationBase)

向 document 添加注释

public void Add(AnnotationBase annotation)
范围 类型 描述
annotation AnnotationBase 要添加的注释。

评论

了解更多

也可以看看


Add(List<AnnotationBase>)

将注释集合添加到文档。

public void Add(List<AnnotationBase> annotations)
范围 类型 描述
annotations List`1 要添加的注释列表。

评论

了解更多

也可以看看