Click or drag to resize

ChildListTAdd Method (T)

Add an item to the collection, setting its Parent.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public T Add(
	T item
)

Parameters

item
Type: T

Return Value

Type: T
See Also