Delete

Delete(int)

Tar bort anteckning från samlingen efter index.

public void Delete(int index)
ParameterTypBeskrivning
indexInt32Index för anteckning som ska raderas.

Se även


Delete()

Tar bort alla kommentarer från samlingen.

public void Delete()

Se även


Delete(Annotation)

Tar bort specificerad anteckning från samlingen.

public void Delete(Annotation annotation)
ParameterTypBeskrivning
annotationAnnotationAnteckning som ska tas bort.

Se även