OptionsWrapper<TOptions>.Remove(String) Method

Definition

Caution

This method is obsolete and will be removed in a future version.

This method is obsolete and will be removed in a future version.

public:
 bool Remove(System::String ^ name);
public bool Remove (string name);
[System.Obsolete("This method is obsolete and will be removed in a future version.")]
public bool Remove (string name);
member this.Remove : string -> bool
[<System.Obsolete("This method is obsolete and will be removed in a future version.")>]
member this.Remove : string -> bool
Public Function Remove (name As String) As Boolean

Parameters

name
String

Returns

Attributes

Applies to