IContextAccessor.AddIntValue(String, Int32) Method

Definition

Adds an element with the specified key and value.

public:
 void AddIntValue(System::String ^ key, int value);
public void AddIntValue (string key, int value);
abstract member AddIntValue : string * int -> unit
Public Sub AddIntValue (key As String, value As Integer)

Parameters

key
String

A string that represents the key of the element to add.

value
Int32

An int value to add.

Applies to