Files
linux-packaging-mono/mcs/class/System.Data/ReferenceSources/InOutOfProcHelper.cs

11 lines
142 B
C#
Raw Normal View History

namespace System.Data.SqlClient {
static class InOutOfProcHelper {
internal static bool InProc {
get {
return false;
}
}
}
}