'Usage Dim instance As DataSamples(Of T) Dim index As Integer Dim comments() As Comment instance.AddComments(index, comments)
public: void AddComments( int index, array<Comment^>^ comments )
Parameters
- index
- An index value.
- comments
- An array of comment records.