Table of Contents

Property this

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

this[string]

Gets or sets the array of values associated with the specified key. Returns null if the key does not exist in the store.

public string? this[string key] { get; set; }

Parameters

key string

Property Value

string