次の方法で共有


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()

この属性は、メソッドがオーバーロード解決のためにスコアリング プロセスに参加することを指定するために使用されます。

適用対象