StringCollection(IEnumerable<String>) Constructor
Construct a collection from an enumerable list of
String objects
Namespace: EWSoftware.PDIAssembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2025.1.9.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 IEnumerable<String>
- The enumerable list of strings