IOptionsFactory<TOptions>.Create(String) Método
Definição
Retorna a instância TOptions configurada com o nome fornecido.Returns a configured TOptions instance with the given name.
public:
TOptions Create(System::String ^ name);
public TOptions Create (string name);
abstract member Create : string -> 'Options
Public Function Create (name As String) As TOptions
Parâmetros
- name
- String
Retornos
- TOptions