thieved
Explore posts from serverssubstringing and slicing not working..
i've tried everything on planet earth it feels like
etc...
i'm converting a
NewtonSoft.JValue
to a string and none of these have worked, and the .Substring
method exists on some of the description strings but not all of them??41 replies
duplicate methods from .GetMethods()
so above is my code for getting all classes with the group attribute, and then getting their methods (these methods represent commands). as you can see, though, i have to do
.Skip(4)
because one of the commands is getting duplicated 4 more times
. what could be the cause of this? none of the other methods do this.
here's the method i use to grab groups classes.135 replies