Adds a string to the end of this list.
Syntax
Visual Basic (Declaration) | |
---|
Sub AddTail( _
ByVal bsString As System.String _
) |
C# | |
---|
void AddTail(
System.string bsString
) |
C++/CLI | |
---|
void AddTail(
& System.String^ bsString
) |
Parameters
- bsString
- String to add to the end of this list
Remarks
See Also
Availability
SOLIDWORKS PDM Professional Version 5.2