Adds all the elements in the specified collection to the set if they are not already present.
Namespace: Iesi.CollectionsAssembly: Iesi.Collections (in Iesi.Collections.dll) Version: 1.0.1.0 (3.2.0.4000)
Syntax
Visual Basic |
---|
Public Overrides NotOverridable Function AddAll ( _
c As ICollection _
) As Boolean |
Return Value
trueTruetruetrue (True in Visual Basic) is the set changed as a result of this operation,
falseFalsefalsefalse (False in Visual Basic) if not.
Implements
ISet..::..AddAll(ICollection)See Also