C# 클래스 Swagger.Net.ResourceModels.Configuration.Operands.FuncOperand

A func operand.
상속: OperandBase
파일 보기 프로젝트 열기: giacomelli/DG-Swagger.Net 1 사용 예제들

공개 메소드들

메소드 설명
FuncOperand ( object>.Func func ) : System

Initializes a new instance of the FuncOperand class.

GetValue ( object state ) : object

Gets the value.

메소드 상세

FuncOperand() 공개 메소드

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

GetValue() 공개 메소드

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