C# Class com.openrest.v1_1.CNullableLong

Inheritance: INullableLong
显示文件 Open project: wix/openrest4net

Public Methods

Method Description
CNullableLong ( long l ) : System
GetValue ( ) : long
HasValue ( ) : bool

Method Details

CNullableLong() public method

public CNullableLong ( long l ) : System
l long
return System

GetValue() public method

public GetValue ( ) : long
return long

HasValue() public method

public HasValue ( ) : bool
return bool