Click or drag to resize

NamedCodeObjectGroupAddRange Method

Add a collection of INamedCodeObjects to the group.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public void AddRange(
	IEnumerable<INamedCodeObject> namedCodeObjects
)

Parameters

namedCodeObjects
Type: System.Collections.GenericIEnumerableINamedCodeObject
The collection being added.
See Also