ECMA-334: 11.4.2 Implemented interfaces
Microsoft .NET Framework, ASP.NET, Visual C# (CSharp, C Sharp, C-Sharp) Developer Training, Visual Studio
| C# Language Specification |
|
| © 2006 ECMA International |
11.4.2 Implemented interfaces
A type of the form T?, which is an alias for System.Nullable<T>, implements no interfaces (§20). In
particular, this means it does not implement any interface that the underlying type T does.