C# Class com.openrest.v1_1.CNullableLong

Inheritance: INullableLong
Afficher le fichier Open project: wix/openrest4net

Méthodes publiques

Méthode Description
CNullableLong ( long l ) : System
GetValue ( ) : long
HasValue ( ) : bool

Method Details

CNullableLong() public méthode

public CNullableLong ( long l ) : System
l long
Résultat System

GetValue() public méthode

public GetValue ( ) : long
Résultat long

HasValue() public méthode

public HasValue ( ) : bool
Résultat bool