Enum OverlappingSpecialPhrasePolicy
- Namespace
- ChartTools.IO.Configuration
- Assembly
- ChartTools.dll
Defines how overlapping star power phrases should be handled.
public enum OverlappingSpecialPhrasePolicy : byte
- Extension Methods
Fields
Cut = 2
Cut the length of the first phrase to the start of the next one.
Ignore = 1
Ignore the overlapping phrase.
ThrowException = 0
Throw an exception.