Click or drag to resize

BlockItem Property

Get the child CodeObject at the specified index.

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

Parameters

index
Type: SystemInt32

Property Value

Type: CodeObject
See Also