SubEntityCollectorAddRange Method

Adds the given sub-entities to the collector

Namespace:  TSD.API.Remoting.Common
Assembly:  TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntax
public bool AddRange(
	IEnumerable<ISubEntity> subEntities
)

Parameters

subEntities
Type: System.Collections.GenericIEnumerableISubEntity
The IEnumerableT

Return Value

Type: Boolean
True if any of the given sub-entities hasn't been found in the collector and has been successfully added
See Also