NDepend.API Documentation
IsVariablePath Property
NDepend.Path Namespace > IPath Interface : IsVariablePath Property
Gets a value indicating whether this path contains variable(s).
Syntax
bool IsVariablePath {get;}

Property Value

true if this path contains variable(s), else returns false.
Remarks
A path contains variable(s) can be down-casted to IVariablePath. A IVariablePath can be down-casted to a IVariableFilePath or (exclusive) a IVariableDirectoryPath.
Requirements

Target Platforms: Windows 11, 10, 8, 7 and Linux, MacOS with net8.0, net7.0 or net6.0 installed

See Also

Reference

IPath Interface
IPath Members