Delete

Delete(int)

按索引从集合中删除注释。

public void Delete(int index)
范围类型描述
indexInt32应删除的注释索引。

也可以看看


Delete()

从集合中删除所有注释。

public void Delete()

也可以看看


Delete(Annotation)

从集合中删除指定的注释。

public void Delete(Annotation annotation)
范围类型描述
annotationAnnotation应删除的注释。

也可以看看