Gets the collection of initial preprocessor constants.

Namespace:  Gallio.Runtime.Extensibility
Assembly:  Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

C#
protected ICollection<string> InitialPreprocessorConstants { get; }
Visual Basic (Declaration)
Protected ReadOnly Property InitialPreprocessorConstants As ICollection(Of String)

See Also