Returns the Comment object at the specified position in the Comments collection.

 public Comment this[int position] { get; }
Public Default ReadOnly Property Item(ByVal position As Integer) As Comment

A valid index between 0 and Comments.Count.

The Comment object at the specified position.