How to use namespace or type alias/abbreviation?

Viewed 5088

What's the equivalent F# declaration to this C# declaration:

using NR = ICSharpCode.NRefactory;

2 Answers
Related