Lean  $LEAN_TAG$
QuantConnect.Util.IReadOnlyRef< out out T > Interface Template Reference

Represents a read-only reference to any value, T More...

Properties

Value [get]
 Gets the current value this reference points to More...
 

Detailed Description

Represents a read-only reference to any value, T

Template Parameters
TThe data type the reference points to

Definition at line 25 of file Ref.cs.

Property Documentation

◆ Value

T QuantConnect.Util.IReadOnlyRef< out out T >.Value
get

Gets the current value this reference points to

Definition at line 30 of file Ref.cs.


The documentation for this interface was generated from the following file: