Constructor StringItem
StringItem(string)
Initializes a new instance of the StringItem
class with specified string.
public StringItem(string s)
Parameters
s
stringSpecifies string content of this new instance.
Initializes a new instance of the StringItem
class with specified string.
public StringItem(string s)
s
stringSpecifies string content of this new instance.