Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
NuGet
HashCodeCombiner
C# Class NuGet.HashCodeCombiner
Exibir arquivo
Open project: monoman/NugetCracker
Class Usage Examples
Public Methods
Method
Description
AddEnumerable
(
IEnumerable
e
) :
void
AddInt32
(
int
i
) :
void
AddObject
(
object
o
) :
void
Method Details
AddEnumerable()
public
method
public
AddEnumerable
(
IEnumerable
e
) :
void
e
IEnumerable
return
void
AddInt32()
public
method
public
AddInt32
(
int
i
) :
void
i
int
return
void
AddObject()
public
method
public
AddObject
(
object
o
) :
void
o
object
return
void