RangeList<T> Constructor(String)
In This Topic
Creates a new list and adds items parsed from the
Syntax
'Declaration
Public Function New( _
ByVal As String _
)
public RangeList<T>(
string
)
public:
RangeList<T>(
String^
)
Parameters
- source
- The string to parse and add values from.
See Also