StringCollection(IEnumerableString) Constructor

Construct a collection from an enumerable list of String objects

Definition

Namespace: EWSoftware.PDI
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2023.1.2.0
public StringCollection(
	IEnumerable<string> values
)

Parameters

values  IEnumerableString
The enumerable list of strings

See Also