Expression.References 메서드

정의

메모리에 대한 정적 참조 경로를 반환합니다.

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

반환

정적 참조 경로 목록입니다.

설명

메모리에 대한 모든 정적 경로를 반환합니다. 계산된 요소 인덱스가 있는 경우 경로가 종료되지만 계산된 부분에서도 다른 경로를 가져올 수 있습니다.

적용 대상