Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
NullableTypes
ExtensionMethods
C# Class NullableTypes.ExtensionMethods
Mostrar archivo
Open project: ctsxamarintraining/October15
Public Methods
Method
Description
IsEven
(
this
value
) :
bool
IsPrime
(
this
value
) :
bool
Method Details
IsEven()
public
static
method
public
static
IsEven
(
this
value
) :
bool
value
this
return
bool
IsPrime()
public
static
method
public
static
IsPrime
(
this
value
) :
bool
value
this
return
bool