Expression.References Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.