Click or drag to resize

CodeObjectSetFieldT Method (ChildListT, ChildListT)

Set a ChildList collection field of a code object, including setting the parent.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
protected void SetField<T>(
	ref ChildList<T> collectionField,
	ChildList<T> newCollection
)
where T : CodeObject

Parameters

collectionField
Type: Nova.CodeDOMChildListT
newCollection
Type: Nova.CodeDOMChildListT

Type Parameters

T
See Also