Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
StoryTeller
UserInterface
Editing
HTML
TextboxBuilder.IfExpression
C# Class StoryTeller.UserInterface.Editing.HTML.TextboxBuilder.IfExpression
Mostrar archivo
Open project: adymitruk/storyteller
Public Methods
Method
Description
IfExpression
(
HtmlTag>.List
alterations
,
bool>.Func
filter
) :
System
Then
(
Action
action
) :
void
Method Details
IfExpression()
public
method
public
IfExpression
(
HtmlTag>.List
alterations
,
bool>.Func
filter
) :
System
alterations
HtmlTag>.List
filter
bool>.Func
return
System
Then()
public
method
public
Then
(
Action
action
) :
void
action
Action
return
void