OptionsWrapper<TOptions>.Add(String, TOptions) 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:
 void Add(System::String ^ name, TOptions options);
public void Add (string name, TOptions options);
[System.Obsolete("This method is obsolete and will be removed in a future version.")]
public void Add (string name, TOptions options);
member this.Add : string * 'Options -> unit
[<System.Obsolete("This method is obsolete and will be removed in a future version.")>]
member this.Add : string * 'Options -> unit
Public Sub Add (name As String, options As TOptions)

Parameters

name
String
options
TOptions
Attributes

Applies to