IPropertyBag.

Keys Property

Summary

Gets a collection containing all the keys in the property set
Namespace
TCLite.Interfaces
Containing Type
IPropertyBag

Syntax

ICollection<string> Keys { get; }

Value

Type Description
ICollection<string>