OptionsCache<TOptions>.TryRemove(String) 方法
定义
尝试删除选项实例。Try to remove an options instance.
public:
virtual bool TryRemove(System::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
参数
- name
- String
选项实例的名称。The name of the options instance.
返回
是否删除了任何内容。Whether anything was removed.