Add a collection of code objects to the
Block.
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public void AddRange(
IEnumerable<CodeObject> collection
)
Parameters
- collection
- Type: System.Collections.GenericIEnumerableCodeObject
The collection to be added.
See Also