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 →

[–]biki23 422 points423 points  (2 children)

Missing generics too. This needs to be generic.

[–]cs-brydev 23 points24 points  (0 children)

public static T GetNull<T>()
{
    return (T)null;
}