Files
linux-packaging-mono/external/api-doc-tools/mdoc.Test.Cplusplus/mdoc.Test.Cplusplus.h

16 lines
197 B
C
Raw Normal View History

// 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;
};
}