2010-04-06 Jb Evain <jbevain@novell.com>
[mcs.git] / tests / gtest-301-lib.cs
blobdd067194d33fa9d6452ca7a2abe97c2ca5d00d51
1 // Compiler options: -t:library
3 using System;
5 public static class Factory<BaseType> where BaseType : class
7 public static BaseType CreateInstance (params object[] args)
9 return null;