c# SetParam method
Closed this issue · 1 comments
bradbamford commented
What is the purpose of the c# SetParam Method, it doesn't appear to be used and it only sets local Name value.
public void SetParam(string Name, string Value) { Name = Value; }
jslingerland commented
This was used at some point for another method, but is now deprecated and unused. Thanks for the heads up; we took it out.