linux-packaging-mono/mcs/tests/gtest-optional-35.cs

11 lines
195 B
C#
Raw Normal View History

using System;
using System.Runtime.InteropServices;
public static class MainClass
{
public static void Main (string[] args)
{
}
public delegate Int32 FooDelegate ([In, Optional] int foo);
}