13.5.08

Using keywords as element names in C#

If one needs to acces a member of a type, let's assume that a software component is needed to be used, which is not written in .NET. In this case the name of the type or member is the same as C# keyowrd, then all insances of the identifier name in the source-code must be prefixed with at sign (@).

For example, take "operator" and "volatile";

@operator OperatorObj1 = new @operator;
OperatorObj1.@volatile = "something";

Nvidia's GauGan App

NVIDIA's GauGAN AI Machine Learning Tool creates photorealistic images from Simple Hand Doodling http://nvidia-research-mingyuliu.com/...