Closed SubZero0 closed 7 years ago
Related with: https://github.com/SubZero0/DiscordNet-Docs/blob/master/src/DiscordNet/Extensions/SearchExtension.cs
Inherited methods (and probably Properties) won't be detected since they aren't listed at GetMethods(). Need to get the interfaces and get the methods inside them.
GetMethods()
Probably recursively..? Need to look more into this issue.
Fixed with 3ab29eb504a58f260d79557f72ab63c965110457
Related with: https://github.com/SubZero0/DiscordNet-Docs/blob/master/src/DiscordNet/Extensions/SearchExtension.cs
Inherited methods (and probably Properties) won't be detected since they aren't listed at
GetMethods()
. Need to get the interfaces and get the methods inside them.Probably recursively..? Need to look more into this issue.