CollectionKeys Property

Gets a list of strings that represents the keys for this collection

Definition

Namespace: inmydata.WindowsForms.Library
Assembly: inmydata.WindowsForms.Library (in inmydata.WindowsForms.Library.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public List<string> Keys { get; }

Return Value

ListString
A list of strings that represents the keys for this collection

See Also