NDepend.API Documentation
AllVariables Property
NDepend.Path Namespace > IVariablePath Interface : AllVariables Property
Gets all variables contained in this path, ordered from first one (the prefix variable) to the last one.
Syntax
IReadOnlyList<string> AllVariables {get;}
Remarks
For example, for the path $(Variable1Name)\$(Variable2Name) this property getter returns ["Variable1Name","Variable2Name"].
Requirements

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

See Also

Reference

IVariablePath Interface
IVariablePath Members