Click or drag to resize

ChildListTAdd Method (T)

Add multiple items to the collection, setting their Parents.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public void Add(
	params T[] items
)

Parameters

items
Type: T
See Also