ProjectTaskUtilAddRangeUniqueT Method
Add a range of unique items in the source list to the target list.
Namespace: ProjectTaskAssembly: ProjectTask (in ProjectTask.dll) Version: 25.2814.3647
public static void AddRangeUnique<T>(
List<T> sourceList,
List<T> targetList
)
Public Shared Sub AddRangeUnique(Of T) (
sourceList As List(Of T),
targetList As List(Of T)
)
No code example is currently available or this language may not be supported.
- sourceList ListT
-
Reference to the list of source items to add when unique.
- targetList ListT
-
Reference to the list receiving the unique items.
- T
-
Type to synchronize.