C# 클래스 DR.Sleipner.Config.Parsers.ConstantParser

상속: IParameterParser
파일 보기 프로젝트 열기: drdk/sleipner

공개 메소드들

메소드 설명
ConstantParser ( object constant ) : System
IsMatch ( object value ) : bool

메소드 상세

ConstantParser() 공개 메소드

public ConstantParser ( object constant ) : System
constant object
리턴 System

IsMatch() 공개 메소드

public IsMatch ( object value ) : bool
value object
리턴 bool