ExtensionMarkerAttribute(String) コンストラクター

定義

ExtensionMarkerAttribute クラスの新しいインスタンスを初期化します。

public:
 ExtensionMarkerAttribute(System::String ^ name);
public ExtensionMarkerAttribute(string name);
new System.Runtime.CompilerServices.ExtensionMarkerAttribute : string -> System.Runtime.CompilerServices.ExtensionMarkerAttribute
Public Sub New (name As String)

パラメーター

name
String

この拡張メンバーが関連付けられているマーカーの種類の名前。

適用対象