Welcome to MSDN Blogs Sign in | Join | Help

September 2005 - Posts

In C#, nested types can be defined in generic classes just like they would be in non-generic classes. For example: class G <T> { public class NestedC { } public enum NestedEnum { A, B } } Inside the nested type NestedC, we can still use type parameter Read More...
This was one ladybug in MSDN product feedback center. First of all, thanks to those who filed bugs or suggestions through it, which really help improve our product quality. No Name property in the LocalVariableInfo class is "by design" (possibly forever). Read More...
 
Page view tracker