CommentCollection.Clear

CommentCollection.Clear method

Removes all comments;

public void Clear()

Examples


[C#]
comments.Clear();

See Also