C# Class Swagger.Net.ResourceModels.Configuration.OperandBase

An operand base class.
Inheritance: IOperand
ファイルを表示 Open project: giacomelli/DG-Swagger.Net

Public Methods

Method Description
GetValue ( object state ) : object

Gets the value.

Method Details

GetValue() public abstract method

Gets the value.
public abstract GetValue ( object state ) : object
state object State.
return object