Share via


Expression.References Method

Definition

Return the static reference paths to memory.

public System.Collections.Generic.IReadOnlyList<string> References ();
member this.References : unit -> System.Collections.Generic.IReadOnlyList<string>
Public Function References () As IReadOnlyList(Of String)

Returns

List of the static reference paths.

Remarks

Return all static paths to memory. If there is a computed element index, then the path is terminated there, but you might get other paths from the computed part as well.

Applies to