C# 클래스 Faker.App

A collection of App related resources.
파일 보기 프로젝트 열기: AdmiringWorm/Faker.NET.Portable

공개 메소드들

메소드 설명
Author ( ) : string

Gets a random application author.

Name ( ) : string

Gets the name of a random application.

Version ( ) : string

Gets a random application version.

메소드 상세

Author() 공개 정적인 메소드

Gets a random application author.
public static Author ( ) : string
리턴 string

Name() 공개 정적인 메소드

Gets the name of a random application.
public static Name ( ) : string
리턴 string

Version() 공개 정적인 메소드

Gets a random application version.
public static Version ( ) : string
리턴 string