PredefinedComponentInfoSetAddRange 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#
public void AddRange(
	IEnumerable<IComponentInfo> items
)

Parameters

items  IEnumerableIComponentInfo
Items to add to this set.

Implements

IComponentInfoSetAddRange(IEnumerableIComponentInfo)

See Also