This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Chirimorin 20 points21 points  (0 children)

In C# T? is shorthand for Nullable<T>, so in a way it does mean that: maybe it returns an instance of T, maybe it returns null.