Click or drag to resize

SymbolicRef  Conversion (Statement to SymbolicRef)

Implicit conversion of a Statement to a SymbolicRef.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public static implicit operator SymbolicRef (
	Statement statement
)

Parameters

statement
Type: Nova.CodeDOMStatement
The Statement to be converted.

Return Value

Type: SymbolicRef
A generated SymbolicRef to the specified Statement.
Remarks
This allows declarations to be passed directly to any method expecting a SymbolicRef type without having to create a reference first.
See Also