Click or drag to resize
KeywordsTextDocumentDelimiterValue Enumeration
An enum to specify how keywords are delimited in the text document.

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public enum DelimiterValue
Members
  Member nameValueDescription
Comma0 Specifies that keywords are delimited by commas.
LineBreak1 Specifies that keywords are delimited by line breaks.
See Also