Browse by Tags

Obtain Type Information on the Fly using typeof
20 October 04 10:54 AM
All .NET assemblies contain vivid type information which describes the structure of every internal and external type (this can be verified by loading an assembly into ildasm.exe and clicking the ctrl-m keystroke). On a related note, many methods in the Read More...
Postedby CSharpFAQ | 2 Comments    
Filed under:
Interacting with overloaded operators from overloaded operator challenged languages
20 October 04 10:50 AM
Like the C++ language, C# allows you to overload operators for your custom types. For example, assume you have a structure named MyPoint which has overloaded the plus operator. If this is the case, you can 'add' two MyPoints as so: // Add two MyPoint Read More...
Postedby CSharpFAQ | 3 Comments    
Filed under:
More Posts « Previous page

This Blog

Syndication

Page view tracker