ListValue<T> Constructor
Include Protected Members
Include Inherited Members
Overload List
Name | Description | |
---|---|---|
ListValue<T>() | Initializes a new instance of the StringList. | |
ListValue<T>(IEnumerable<T>) | Initializes a new instance of the StringList. | |
ListValue<T>(ListValue<T>) | Initializes a new instance of the StringList by deep copy. |
Top