|
|
|
|
|
by TheCleric
1187 days ago
|
|
As an addendum if the function only needs the keys I would possibly just have the parameter be a string[] that expected the user to call object.Keys to pass to. That way the function isn't asking for parameters it doesn't really care about. Though I do get the appeal of having the function call object.Keys if it's called frequently so as not to have to sprinkle that call everywhere. |
|