C# Class NCaptcha.Utils.Keygen.Pair

Afficher le fichier Open project: x2bool/NCaptcha

Méthodes publiques

Свойство Type Description
First char
Second char

Méthodes publiques

Méthode Description
Pair ( char first, char second ) : System

Method Details

Pair() public méthode

public Pair ( char first, char second ) : System
first char
second char
Résultat System

Property Details

First public_oe property

public char First
Résultat char

Second public_oe property

public char Second
Résultat char