Click or drag to resize

StringResourcesConfigurationNames Property

Returns a list of all keys that are specified within the StringResource objects of the Strings array.

Namespace:  Colygon.MatchPoint.Core
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax
C#
public IEnumerable<string> Names { get; }

Property Value

Type: IEnumerableString

Implements

IKnownNamesNames
See Also