Version

AddRange(List<SortedTaskField>,Boolean) Method

Adds each instance in the specified List(Of SortedTaskField) to this collection as one atomic operation, causing only one notification.
Syntax
'Declaration
 
Public Sub AddRange( _
   ByVal fields As List(Of SortedTaskField), _
   ByVal clearExisting As Boolean _
) 
public void AddRange( 
   List<SortedTaskField> fields,
   bool clearExisting
)

Parameters

fields
A generic List(Of SortedTaskField) containing the instance to add.
clearExisting
Boolean value which specifies whether the existing members of the collection should be cleared before adding the new items.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also