{description}
{excerpt}Returns the [Comment|Comment] object at the specified position in the [Comments|Comments] collection.{excerpt}
{signature:C#}
 public Comment this[int position] { get; }
{signature}{signature:vb.net}
Public Default ReadOnly Property Item(ByVal position As Integer) As Comment
{signature}
{parameters}
{param:position}A valid index between 0 and [Comments.Count|Comments.Count].{param}
{returns}The {{Comment}} object at the specified position.{returns}