Click or drag to resize

ChildListTItem Property

Index into the collection.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public T this[
	int index
] { get; set; }

Parameters

index
Type: SystemInt32

Property Value

Type: T
See Also