Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

nullable IList

IList<T> Get() // change this type to below
IList<T?> Get()
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #nullable #IList
ADD COMMENT
Topic
Name
7+1 =