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

See Also

Reference

IVariablePath Interface
IVariablePath Members