You can specify that a type of a variable is nullable (e.g. int? i ), and only then can they contain either a null or a value of the defined type. Sound null ...
確定! 回上一頁