95fdb59ea6
Former-commit-id: b39a328747c2f3414dc52e009fb6f0aa80ca2492
16 lines
197 B
C++
16 lines
197 B
C++
// 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;
|
|
};
|
|
}
|