Table of Contents

Method SetValue

Namespace: Sisk.Core.Entity
Assembly: Sisk.Core.dll

SetValue(string, object?)

Sets the value associated with the specified key.

public void SetValue(string key, object? value)

Parameters

key string

The key of the value to set.

value object?

The value to set.