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