ChildListT Constructor (Int32, CodeObject) |
Create a
ChildListT using the specified default capacity, and optional
Parent object.
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public ChildList(
int defaultCapacity,
CodeObject parent = null
)
Parameters
- defaultCapacity
- Type: SystemInt32
- parent (Optional)
- Type: Nova.CodeDOMCodeObject
See Also