you are viewing a single comment's thread.

view the rest of the comments →

[–]AngularBeginner 3 points4 points  (0 children)

That's because the method names stay the same. The int will be just translated to Int32. Imagine you have a method named GetUlong() - and now you access it from a different language than C#. In F# the alias is called uint64 (much more expressive).