C# Class Swagger.Net.ResourceModels.Configuration.Operands.FuncOperand

A func operand.
Inheritance: OperandBase
显示文件 Open project: giacomelli/DG-Swagger.Net Class Usage Examples

Public Methods

Method Description
FuncOperand ( object>.Func func ) : System

Initializes a new instance of the FuncOperand class.

GetValue ( object state ) : object

Gets the value.

Method Details

FuncOperand() public method

Initializes a new instance of the FuncOperand class.
public FuncOperand ( object>.Func func ) : System
func object>.Func The func.
return System

GetValue() public method

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