String Collection(IEnumerableString) Constructor
Construct a collection from an enumerable list of String objects
Definition
Namespace: EWSoftware.PDI
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2025.1.9.0
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2025.1.9.0
C#
public StringCollection(
IEnumerable<string> values
)VB
Public Sub New (
values As IEnumerable(Of String)
)C++
public:
StringCollection(
IEnumerable<String^>^ values
)F#
new :
values : IEnumerable<string> -> StringCollectionParameters
- values IEnumerableString
- The enumerable list of strings