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

Types.cs « cs « Resources « Test « rocks - github.com/mono/cecil.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ba046554bbf3a1167b60c545dbd1aea540611e36 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
public class Foo {

	public class Bar {
	}

	public class Gazonk {

		public class Baz {
		}
	}
}

public class Pan {
}