IComponentInfoSetAddRange Method

Repeats Add(IComponentInfo) for all specified items.

Definition

Namespace: SMath.Extensibility.Collections
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.74.9654.0
C#
void AddRange(
	IEnumerable<IComponentInfo> items
)

Parameters

items  IEnumerableIComponentInfo
Items to add to this set.

See Also