'Declaration
Public Function New( _ ByVal collection As IEnumerable(Of Guid) _ )
'Usage
Dim collection As IEnumerable(Of Guid) Dim instance As New GuidSet(collection)
public GuidSet( IEnumerable<Guid> collection )
public: GuidSet( IEnumerable<Guid>^ collection )
Parameters
- collection
- The collection whose elements are copied to the new set.