I am working on TOTP and downloaded the package in Visual Studio 2013:
Tools --> Library Package Manager --> Manage Nuget Package Packages

However, there seems to be no documentation for this downloaded package. So, still, I can view all the code and implementation in this package so that I can know how to use classes in the package?
After package inclusion:
using Albireo.Otp;
using Albireo.Base32;
I can go to the definition from the classes inside the package
right clicking the class --> Go To Definition.
But is there a way to view all the files and implementations from this downloaded package?
source
share