Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
MassEffect3
FileFormats
Huffman
Pair
C# Class MassEffect3.FileFormats.Huffman.Pair
Mostra file
Open project: ME3Explorer/ME3Explorer
Class Usage Examples
Public Properties
Property
Type
Description
Left
int
Right
int
Public Methods
Method
Description
Pair
( )
Pair
(
int
left
,
int
right
)
Method Details
Pair()
public
method
public
Pair
( )
Pair()
public
method
public
Pair
(
int
left
,
int
right
)
left
int
right
int
Property Details
Left
public_oe property
public
int
Left
return
int
Right
public_oe property
public
int
Right
return
int