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

읽기 전용입니다. 이 메서드에 대해 MethodAttributes 를 검색합니다.

적용 대상