CultureAwareDynamicObject..::..Keys Property

Gets an [ICollection{String}] containing the keys of the [IDictionary{String, Object}].

Namespace:  Tortuga.Anchor.Dynamic
Assembly:  Tortuga.Anchor (in Tortuga.Anchor.dll)

Syntax


public ICollection<string> Keys { get; }
Public ReadOnly Property Keys As ICollection(Of String)
	Get

Field Value

The keys.