Public Overloads Sub Add( _ ByVal str As String _ )
Dim instance As ListCollection Dim str As String instance.Add(str)
public void Add( string str )