What's the equivalent F# declaration to this C# declaration:
using NR = ICSharpCode.NRefactory;
|
|
|
abbreviations in F# can be applied to modules:
and types
unfortunatly just namespaces cannot be abbreviated |
|||
|
|
|
Equivalent F# declaration would be:
In F# it's called a type abreviation: http://msdn.microsoft.com/en-us/library/dd233246.aspx But |
||||
|
|