C# Class NCaptcha.Utils.Keygen.Pair

Exibir arquivo Open project: x2bool/NCaptcha

Public Properties

Property Type Description
First char
Second char

Public Methods

Method Description
Pair ( char first, char second ) : System

Method Details

Pair() public method

public Pair ( char first, char second ) : System
first char
second char
return System

Property Details

First public_oe property

public char First
return char

Second public_oe property

public char Second
return char