[]
Gets a single comment from the collection.
IComment this[int index] { get; }
ReadOnly Default Property Item(index As Integer) As IComment
| Type | Name | Description |
|---|---|---|
| int | index | The index number for the comment. |
| Type | Description |
|---|---|
| IComment | An IComment object contained by the collection. |