Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

c# null accessor

int? length = people?.Length; // null if people is null
Source by csharp.today #
 
PREVIOUS NEXT
Tagged: #null #accessor
ADD COMMENT
Topic
Name
8+7 =