NDepend.API Documentation
IsVariablePath Property (IPath)
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, 7and Linux, MacOS with net10.0, net9.0 or net8.0 installed

See Also

Reference

IPath Interface
IPath Members