Click or drag to resize

ChildListT Properties

The ChildListT generic type exposes the following members.

Properties
  NameDescription
Public propertyCapacity
Gets or sets the total number of elements the internal data structure can hold without resizing.
(Inherited from ListT.)
Public propertyCount
Gets the number of elements contained in the ListT.
(Inherited from ListT.)
Public propertyIsSingleLine
Determines if the code object list only requires a single line for display.
Public propertyItem
Index into the collection.
Public propertyLast
Get the last item in the collection.
Public propertyParent
The Parent object of the collection.
Top
See Also