J Jon Skeet [C# MVP] May 7, 2004 #2 Is there a typedef in C# or even a substitute for it? Click to expand... Well, there's aliases: using Foo.Bar.Baz = SomeOtherName; That's as close as you get, but it's not really the same as typedefs.
Is there a typedef in C# or even a substitute for it? Click to expand... Well, there's aliases: using Foo.Bar.Baz = SomeOtherName; That's as close as you get, but it's not really the same as typedefs.