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: 2013.11.0.0
Syntax
C#
public IEnumerable<string> Names { get; }

Property Value

Type: IEnumerableString

Implements

IKnownNamesNames
See Also