Welcome to mirror list, hosted at ThFree Co, Russian Federation.

NestedTypes.fs « mdoc.Test.FSharp « mdoc.Test « mdoc - github.com/mono/api-doc-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f295852101e73c4b2ec3911d5287318505eb43d7 (plain)
1
2
3
4
5
6
module NestedTypes

//I suppose nested classes were not a core feature of the .NET object model 
// and it was simply dropped to save the resources. There may be some technical difficulties 
// (i.e. with visibility or with recursive type definitions), but I don't think that would be a major problem.