Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

c sharp tenery operator on an action

var myAction = doIt ? new Action(() => { myBool = false; }) : () => { }; // should work
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #sharp #tenery #operator #action
ADD COMMENT
Topic
Name
1+5 =