DirectiveValue.

Line Property

Summary

Gets the line where the directive was specified (or null if created outside the configuration file).

Syntax

public Nullable<int> Line { get; }

Value

Type Description
Nullable<int>
GitHub