Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
誰か教えてください。記号は、次のコードを意味します。
public Rectangle? Limits { get { return _limits; } set {
null 許容型を指定するための構文糖衣です。
これは、null 許容型であることを意味します。
たとえば、DateTime?null にすることはできますが、DateTimeできません。
DateTime?
DateTime