C# Class MassEffect3.FileFormats.Huffman.Pair

Afficher le fichier Open project: ME3Explorer/ME3Explorer Class Usage Examples

Méthodes publiques

Свойство Type Description
Left int
Right int

Méthodes publiques

Méthode Description
Pair ( )
Pair ( int left, int right )

Method Details

Pair() public méthode

public Pair ( )

Pair() public méthode

public Pair ( int left, int right )
left int
right int

Property Details

Left public_oe property

public int Left
Résultat int

Right public_oe property

public int Right
Résultat int