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