ConstructorBuilder.DefineParameterCore メソッド

定義

派生クラスでオーバーライドされると、このコンストラクターのパラメーターを定義します。

protected:
 abstract System::Reflection::Emit::ParameterBuilder ^ DefineParameterCore(int iSequence, System::Reflection::ParameterAttributes attributes, System::String ^ strParamName);
protected abstract System.Reflection.Emit.ParameterBuilder DefineParameterCore (int iSequence, System.Reflection.ParameterAttributes attributes, string strParamName);
abstract member DefineParameterCore : int * System.Reflection.ParameterAttributes * string -> System.Reflection.Emit.ParameterBuilder
Protected MustOverride Function DefineParameterCore (iSequence As Integer, attributes As ParameterAttributes, strParamName As String) As ParameterBuilder

パラメーター

iSequence
Int32

パラメーター リストのパラメーターの位置。 最初のパラメーターに対応する 1 から順番にインデックス番号がパラメーターに付けられます。

attributes
ParameterAttributes

パラメーターの属性。

strParamName
String

パラメーターの名前。 名前には文字列を null 指定できます。

戻り値

ParameterBuilderこのコンストラクターの新しいパラメーターを表す 。

適用対象