MethodBuilder.Attributes プロパティ

定義

このメソッドの属性を取得します。

public:
 virtual property System::Reflection::MethodAttributes Attributes { System::Reflection::MethodAttributes get(); };
public override System.Reflection.MethodAttributes Attributes { get; }
member this.Attributes : System.Reflection.MethodAttributes
Public Overrides ReadOnly Property Attributes As MethodAttributes

プロパティ値

読み取り専用です。 このメソッドの MethodAttributes を取得します。

適用対象