Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
StoryTeller
UserInterface
Editing
HTML
TextboxBuilder.IfExpression
C# 클래스 StoryTeller.UserInterface.Editing.HTML.TextboxBuilder.IfExpression
파일 보기
프로젝트 열기: adymitruk/storyteller
공개 메소드들
메소드
설명
IfExpression
(
HtmlTag>.List
alterations
,
bool>.Func
filter
) :
System
Then
(
Action
action
) :
void
메소드 상세
IfExpression()
공개
메소드
public
IfExpression
(
HtmlTag>.List
alterations
,
bool>.Func
filter
) :
System
alterations
HtmlTag>.List
filter
bool>.Func
리턴
System
Then()
공개
메소드
public
Then
(
Action
action
) :
void
action
Action
리턴
void