« July 2004 | Main | September 2004 »

August 31, 2004

Undocumented C# Types and Keywords

Undocumented C# Types and Keywords

The C# language has a few interesting and undocumented (or in some cases, poorly so) Types and Keywords. One interesting set that I came across recently is the TypedReference type. This represents data by containing both a reference to its location in memory as well as a runtime representation of the type of the data.

えー、こんなのあったのー。しってたら普通に使ってたんだけどなー。