프로그래밍/CSharp What is the purpose of a question mark after a type (for example: int? myVariable)? by 신일석 2020. 12. 9. tinyurl.com/y3eoyo5h What is the purpose of a question mark after a type (for example: int? myVariable)? Typically the main use of the question mark is for the conditional, x ? "yes" : "no". But I have seen another use for it but can't find an explanation of this use of the ? operator, for example. ... stackoverflow.com It means that the value type in question is a nullable type 공유하기 게시글 관리 신일석의 愉.食.動 저작자표시 비영리 변경금지