OptionsFactory<TOptions>.CreateInstance(String) 方法

定义

使用指定的 name 创建 TOptions 对象的新实例。

protected:
 virtual TOptions CreateInstance(System::String ^ name);
protected virtual TOptions CreateInstance (string name);
abstract member CreateInstance : string -> 'Options
override this.CreateInstance : string -> 'Options
Protected Overridable Function CreateInstance (name As String) As TOptions

参数

name
String

返回

TOptions

一个 TOptions 实例。

适用于