'Declaration
Public Function New( _ ByVal collection As IEnumerable(Of String) _ )
'Usage
Dim collection As IEnumerable(Of String) Dim instance As New StringSet(collection)
public StringSet( IEnumerable<string> collection )
public: StringSet( IEnumerable<String^>^ collection )
Parameters
- collection
- The collection whose elements are copied to the new set.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).