SubZero0 / DiscordNet-Docs

Discord.NET Bot to help with Docs (mainly reflection)
GNU General Public License v3.0
3 stars 1 forks source link

Inherited methods #2

Closed SubZero0 closed 7 years ago

SubZero0 commented 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.

Probably recursively..? Need to look more into this issue.

SubZero0 commented 7 years ago

Fixed with 3ab29eb504a58f260d79557f72ab63c965110457