CallSiteOps.GetCachedRules<T>(RuleCache<T>) 메서드

정의

주의

do not use this method

동적 규칙 캐시에서 동적 연산에 적용할 수 있는 규칙을 검색합니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

public:
generic <typename T>
 where T : class static cli::array <T> ^ GetCachedRules(System::Runtime::CompilerServices::RuleCache<T> ^ cache);
[System.Obsolete("do not use this method", true)]
public static T[] GetCachedRules<T> (System.Runtime.CompilerServices.RuleCache<T> cache) where T : class;
[<System.Obsolete("do not use this method", true)>]
static member GetCachedRules : System.Runtime.CompilerServices.RuleCache<'T (requires 'T : null)> -> 'T[] (requires 'T : null)
Public Shared Function GetCachedRules(Of T As Class) (cache As RuleCache(Of T)) As T()

형식 매개 변수

T

CallSite의 대리자 형식입니다.

매개 변수

cache
RuleCache<T>

캐시입니다.

반환

T[]

적용할 수 있는 규칙의 컬렉션입니다.

특성

적용 대상