C# 클래스 FluentFs.Support.Tokenization.TokenWith

Sets the replacement text
파일 보기 프로젝트 열기: SkightTeam/eLiteWeb

공개 메소드들

메소드 설명
With ( string value ) : TokenReplacer

Replaces the input with a value

비공개 메소드들

메소드 설명
TokenWith ( TokenReplacer replacer ) : System
TokenWith ( TokenReplacer replacer, string delimiter ) : System

메소드 상세

With() 공개 메소드

Replaces the input with a value
public With ( string value ) : TokenReplacer
value string The value to use in the replacement
리턴 TokenReplacer