MethodBuilder.DefineParameterCore(Int32, ParameterAttributes, String) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
파생 클래스에서 재정의되는 경우 이 메서드에 대한 매개 변수 또는 반환 매개 변수를 정의합니다.
protected:
abstract System::Reflection::Emit::ParameterBuilder ^ DefineParameterCore(int position, System::Reflection::ParameterAttributes attributes, System::String ^ strParamName);
protected abstract System.Reflection.Emit.ParameterBuilder DefineParameterCore (int position, System.Reflection.ParameterAttributes attributes, string? strParamName);
abstract member DefineParameterCore : int * System.Reflection.ParameterAttributes * string -> System.Reflection.Emit.ParameterBuilder
Protected MustOverride Function DefineParameterCore (position As Integer, attributes As ParameterAttributes, strParamName As String) As ParameterBuilder
매개 변수
- position
- Int32
매개 변수 목록에서 매개 변수의 위치입니다. 매개 변수는 첫 번째 매개 변수의 숫자 1부터 인덱싱됩니다. 숫자 0은 메서드의 반환 매개 변수를 나타냅니다.
- attributes
- ParameterAttributes
매개 변수의 ParameterAttributes입니다.
- strParamName
- String
매개 변수의 이름입니다. 이름은 문자열일 null
수 있습니다.
반환
이 메서드의 ParameterBuilder 매개 변수 또는 이 메서드의 반환 매개 변수를 나타내는 개체를 반환합니다.
설명
반환 ParameterBuilder 된 를 사용하여 사용자 지정 특성을 적용할 수 있습니다.
적용 대상
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET