StringCollection(IEnumerableString) Constructor
Construct a collection from an enumerable list of
String objects
Namespace: EWSoftware.PDIAssembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2023.1.2.0
public StringCollection(
IEnumerable<string> values
)
Public Sub New (
values As IEnumerable(Of String)
)
public:
StringCollection(
IEnumerable<String^>^ values
)
new :
values : IEnumerable<string> -> StringCollection
Parameters
- values IEnumerableString
- The enumerable list of strings