C# Class NullableTypes.ExtensionMethods

Afficher le fichier Open project: ctsxamarintraining/October15

Méthodes publiques

Méthode Description
IsEven ( this value ) : bool
IsPrime ( this value ) : bool

Method Details

IsEven() public static méthode

public static IsEven ( this value ) : bool
value this
Résultat bool

IsPrime() public static méthode

public static IsPrime ( this value ) : bool
value this
Résultat bool