Compartilhar via


OptionsCache<TOptions>.TryRemove(String) Método

Definição

Tenta remover uma instância de opções.

public:
 virtual bool TryRemove(System::String ^ name);
public virtual bool TryRemove (string name);
public virtual bool TryRemove (string? name);
abstract member TryRemove : string -> bool
override this.TryRemove : string -> bool
Public Overridable Function TryRemove (name As String) As Boolean

Parâmetros

name
String

O nome da instância de opções.

Retornos

Boolean

Se algo foi removido.

Implementações

Aplica-se a