ParameterBuilder.Attributes プロパティ

定義

このパラメーターの属性を取得します。

public:
 virtual property int Attributes { int get(); };
public virtual int Attributes { get; }
member this.Attributes : int
Public Overridable ReadOnly Property Attributes As Integer

プロパティ値

読み取り専用。 このパラメーターの属性を取得します。

注釈

属性の値は、 ParameterAttributes 列挙体の値に対応します。

適用対象