August 11, 2006

HOWTO: Implementing is / as and lock in C++/CLI

Implementing the C# is, as and lock keywords in C++/CLI is not so easy as supposed to be…
But MS had written two articles on how to do this… I really recommend, reading the articles!

How to: Implement is and as C# Keywords in C++

How to: Implement the lock C# Keyword in C++

Also there is a special way to emulate the access to C# indexers:
How to: Consume a C# Indexer


Posted 1 year, 4 months ago on August 11, 2006
The trackback url for this post is http://blog.kalmbachnet.de/bblog/trackback.php/87/

Comments have now been turned off for this post