다음을 통해 공유


MethodBindAttribute 클래스

정의

이 특성은 메서드가 오버로드 확인에 대한 채점 프로세스에 참여하도록 지정하는 데 사용됩니다.

[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=true, Inherited=true)]
[System.Serializable]
public sealed class MethodBindAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=true, Inherited=true)>]
[<System.Serializable>]
type MethodBindAttribute = class
    inherit Attribute
Public NotInheritable Class MethodBindAttribute
Inherits Attribute
상속
MethodBindAttribute
특성

생성자

MethodBindAttribute()

이 특성은 메서드가 오버로드 확인에 대한 채점 프로세스에 참여하도록 지정하는 데 사용됩니다.

적용 대상