다음을 통해 공유


RuntimeEntityType.FindIndexerProperty(Type) 메서드

정의

값이 있는 경우 값을 사용하는 String 기본 인덱서 속성을 반환합니다.

public static System.Reflection.PropertyInfo? FindIndexerProperty (Type type);
static member FindIndexerProperty : Type -> System.Reflection.PropertyInfo
Public Shared Function FindIndexerProperty (type As Type) As PropertyInfo

매개 변수

type
Type

인덱서에서 찾을 형식입니다.

반환

인덱서 속성 또는 null입니다.

적용 대상