C# Class com.openrest.v1_1.CNullableInt

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

Public Methods

Method Description
CNullableInt ( int i ) : System
GetValue ( ) : int
HasValue ( ) : bool

Method Details

CNullableInt() public method

public CNullableInt ( int i ) : System
i int
return System

GetValue() public method

public GetValue ( ) : int
return int

HasValue() public method

public HasValue ( ) : bool
return bool