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

mdoc.Test.Cplusplus.h « mdoc.Test.Cplusplus « mdoc.Test « mdoc - github.com/mono/api-doc-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d609e8b22be96112749d34d11d53c3602ab42cd3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// mdoc.Test.Cplusplus.h

#pragma once

using namespace System;

namespace mdocTestCplusplus {

	public ref class Class1
	{
		// TODO: Add your methods for this class here.
	public:
		int t;
	};
}