App Class

Summary

A collection of App related resources.
Namespace
Faker
Base Types
  • object
graph TD Base0["object"]-->Type Type["App"] class Type type-node

Syntax

public static class App

Remarks

The resources are acquired by satellite assemblies matching the current thread's System.Globalization.CultureInfo. If no matching satellite assembly is found, the english version is used.

Methods

Name Value Summary
Author() string
Gets a random application author.
static
Name() string
Gets the name of a random application.
static
Version() string
Gets a random application version.
static
GitHub