Click or drag to resize

IndexerDeclCreateRef Method

Create a reference to the IndexerDecl.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public override SymbolicRef CreateRef(
	bool isFirstOnLine = false
)

Parameters

isFirstOnLine (Optional)
Type: SystemBoolean
True if the reference should be displayed on a new line.

Return Value

Type: SymbolicRef
An IndexerRef.
See Also