StringCollection(IEnumerable<String>) 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
public StringCollection(
	IEnumerable<string> values
)

Parameters

values  IEnumerable<String>
The enumerable list of strings

See Also