C# (Sharp) Programming Language Question:
Is it possible to inline assembly or IL in C# code?

Answer:
No there is not possible to inline assembly or IL in C# code.
Previous Question | Next Question |
What's C#? | Is it possible to have different access modifiers on the get/set methods of a property in C#? |