'Declaration
Public Overloads ReadOnly Property Item( _ ByVal cellAddress As String _ ) As List(Of Comment)
'Usage
Dim instance As ThreadCommentCollection Dim cellAddress As String Dim value As List(Of Comment) value = instance.Item(cellAddress)
public List<Comment> Item( string cellAddress ) {get;}