Table of Contents

Property Values

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

Values

Gets the collection of values in the StringKeyStore as arrays. Each key may have multiple associated values.

public ICollection<string[]> Values { get; }

Property Value

ICollection<string[]>