Click or drag to resize

NamespaceTypeGroupItem Property

Get the object in the group at the specified index.

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

Parameters

index
Type: SystemInt32

Property Value

Type: Object
See Also