namespace System { public struct Nullable { public bool HasValue { get; } public T Value { get; } } }