コード例 #1
0
 public void TestMarshallingEmptyType()
 {
     using (ReturnsEmpty returnsEmpty = new ReturnsEmpty())
     {
         returnsEmpty.Empty.Dispose();
     }
 }
コード例 #2
0
ファイル: Common.Tests.cs プロジェクト: ymlai87416/CppSharp
 public void TestMarshallingEmptyType()
 {
     var empty = new ReturnsEmpty().Empty;
 }
コード例 #3
0
ファイル: Common.Tests.cs プロジェクト: zerocoolteam/CppSharp
 public void TestMarshallingEmptyType()
 {
     var empty = new ReturnsEmpty().Empty;
 }