8 changed files with 12 additions and 26 deletions
@ -1,13 +0,0 @@ |
|||||||
// Copyright (c) 2010 AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt)
|
|
||||||
// This code is distributed under MIT X11 license (for details please see \doc\license.txt)
|
|
||||||
|
|
||||||
using System; |
|
||||||
using System.Collections.Generic; |
|
||||||
|
|
||||||
namespace ICSharpCode.NRefactory.TypeSystem.Implementation |
|
||||||
{ |
|
||||||
public abstract class AbstractTypeReference : ITypeReference |
|
||||||
{ |
|
||||||
public abstract IType Resolve(ITypeResolveContext context); |
|
||||||
} |
|
||||||
} |
|
||||||
Loading…
Reference in new issue