We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
namespace Faker.NET.Interfaces.Modules; public interface IFakerHacker { public string Abbreviation(); public string Adjective(); public string Ingverb(); public string Noun(); public string Phrase(); public string Verb(); }
There was an error while loading. Please reload this page.