Clear

CommentCollection.Clear method

Elimina todos los comentarios;

public void Clear()

Ejemplos


[C#]
comments.Clear();

Ver también