SmallComponentInfoSetReplaceContents Method

Replaces all items in this set with items of the specified set.

  Note

Using IComponentInfoSet as type of source argument guarantees that items being added are unique.

Definition

Namespace: SMath.Extensibility.Collections
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.74.9654.0
C#
public void ReplaceContents(
	IComponentInfoSet source
)

Parameters

source  IComponentInfoSet
Source of items to replace the contents of this set by.

Implements

IComponentInfoSetReplaceContents(IComponentInfoSet)

See Also