Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Pipes
LambdaHandlerPolicy
C# 클래스 Pipes.LambdaHandlerPolicy
상속:
IHandlerPolicy
파일 보기
프로젝트 열기: zeitgarden/Pipes
공개 메소드들
메소드
설명
AddAction
(
Action
value
) :
void
Configure
(
MessageChain
chain
) :
void
Exclude
(
bool>.Expression
value
) :
void
Include
(
bool>.Expression
value
) :
void
메소드 상세
AddAction()
공개
메소드
public
AddAction
(
Action
value
) :
void
value
Action
리턴
void
Configure()
공개
메소드
public
Configure
(
MessageChain
chain
) :
void
chain
MessageChain
리턴
void
Exclude()
공개
메소드
public
Exclude
(
bool>.Expression
value
) :
void
value
bool>.Expression
리턴
void
Include()
공개
메소드
public
Include
(
bool>.Expression
value
) :
void
value
bool>.Expression
리턴
void