add ISafeSerializationData
[mcs.git] / tests / test-738.cs
blob1e2aba1aa2505f704a6bae9bcd573dacfc8a6b49
1 // Compiler options: -r:test-738-lib.dll
3 using System;
5 namespace TestNamespace
7 public class ResumableInputStream
9 public ResumableInputStream()
11 stream.Dispose();
14 private NonClosingStream stream;
16 public static void Main ()