MethodBindAttribute クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
この属性は、メソッドがオーバーロード解決のためにスコアリング プロセスに参加することを指定するために使用されます。
[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() |
この属性は、メソッドがオーバーロード解決のためにスコアリング プロセスに参加することを指定するために使用されます。 |