CompatibilitySwitch<TValue> 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
CompatibilitySwitch<TValue>(String) |
使用提供的名稱建立新的相容性參數。 |
CompatibilitySwitch<TValue>(String, TValue) |
使用提供的名稱和初始值,建立新的相容性參數。 |
CompatibilitySwitch<TValue>(String)
使用提供的名稱建立新的相容性參數。
public:
CompatibilitySwitch(System::String ^ name);
public CompatibilitySwitch (string name);
new Microsoft.AspNetCore.Mvc.Infrastructure.CompatibilitySwitch<'Value (requires 'Value : struct)> : string -> Microsoft.AspNetCore.Mvc.Infrastructure.CompatibilitySwitch<'Value (requires 'Value : struct)>
Public Sub New (name As String)
參數
- name
- String
相容性參數名稱。 名稱必須符合選項類型的屬性名稱。
適用於
CompatibilitySwitch<TValue>(String, TValue)
使用提供的名稱和初始值,建立新的相容性參數。
public:
CompatibilitySwitch(System::String ^ name, TValue initialValue);
public CompatibilitySwitch (string name, TValue initialValue);
new Microsoft.AspNetCore.Mvc.Infrastructure.CompatibilitySwitch<'Value (requires 'Value : struct)> : string * 'Value -> Microsoft.AspNetCore.Mvc.Infrastructure.CompatibilitySwitch<'Value (requires 'Value : struct)>
Public Sub New (name As String, initialValue As TValue)
參數
- name
- String
相容性參數名稱。 名稱必須符合選項類型的屬性名稱。
- initialValue
- TValue
要指派給參數的初始值。