Click or drag to resize
KeywordCollectionKeywords Property
Gets the keyword cache.

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public ReadOnlyCollection<string> Keywords { get; }

Property Value

Type: ReadOnlyCollectionString
The keyword cache.
Remarks
All of the keywords are assumed to be in order of priority. For example, the unigram "dog" would be given priority over the bigram "the dog" if it appears at a lower index.
See Also