C# Class NLPUnpacker.Integer

Inheritance: SERIParameter
ファイルを表示 Open project: gdkchan/NLPUnpacker

Public Properties

Property Type Description
Value int

Public Methods

Method Description
Integer ( ) : System.Collections.Generic
Integer ( string Name, int Value ) : System.Collections.Generic

Method Details

Integer() public method

public Integer ( ) : System.Collections.Generic
return System.Collections.Generic

Integer() public method

public Integer ( string Name, int Value ) : System.Collections.Generic
Name string
Value int
return System.Collections.Generic

Property Details

Value public_oe property

public int Value
return int