// Compiler options: -t:library public interface IG { T Value { get; } } public class DynamicReference { public IG DynType; public IG DynArray; }