Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

c sharp tenery operator with callin gmethods

int a = 5;
int b = 10;
(a == b ? (Action)doThis : doThat)();
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #sharp #tenery #operator #callin #gmethods
ADD COMMENT
Topic
Name
1+5 =