Click or drag to resize

BlockStatementAddRange Method

Add a collection of CodeObjects to the BlockStatement body.

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

Parameters

collection
Type: System.Collections.GenericIEnumerableCodeObject
The collection to be added.
See Also