Click or drag to resize

CodeObjectHiddenRef Property

Any hidden reference to another CodeObject.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public virtual SymbolicRef HiddenRef { get; }

Property Value

Type: SymbolicRef
Remarks
A NewObject or ConstructorInitializer will have a hidden ConstructorRef, a NewArray will have a hidden VarTypeRef if the type is inferred, indexers can have a hidden IndexerRef, overloaded operators will have a hidden OperatorRef, and a 'goto case {constant}' will have a hidden GotoTargetRef.
See Also