Message 1 of 6
Create List Parameters

Not applicable
10-19-2017
03:21 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi everybody,
I would like to get a list of definitions of the no shared parameters of my project. At present, the solution, that I am using, is to get a list of element and then with a loop over elements I get the definitions. And with the list of definitions a I do a sublist where the definitions are not repeated. As you can see, this system is very slow in big projects.
So, my question is there is a better solution, for example something similar to ParameterBindings but for not shared parameters.
Thanks for you time,
Javi