Hello,
Are you looking to program yourself in C#? Or are you looking to have your blocks generate C# code? If you want your blocks to generate C# code you will have to create your own C# generator
To create your own C# generator it is best to start with one of the existing generator files and slowly convert it over to C#. It will be trickier because C# is a strongly typed language, but strong typing is supported! For more info about creating a generator see
this issue, or
this,
this,
this, and
this post.
I hope that helps! If you have any further questions, or this wasn't the information you were looking for, please reply : )
Beka