Browse Source

[TypeSystem] Added SetLocation to IProjectContent.

newNRvisualizers
Mike Krüger 14 years ago
parent
commit
14addf402d
  1. 7
      ICSharpCode.NRefactory/TypeSystem/IProjectContent.cs

7
ICSharpCode.NRefactory/TypeSystem/IProjectContent.cs

@ -69,7 +69,12 @@ namespace ICSharpCode.NRefactory.TypeSystem @@ -69,7 +69,12 @@ namespace ICSharpCode.NRefactory.TypeSystem
/// Changes the assembly name of this project content.
/// </summary>
IProjectContent SetAssemblyName(string newAssemblyName);
/// <summary>
/// Changes the location of this project content.
/// </summary>
IProjectContent SetLocation(string newLocation);
/// <summary>
/// Add assembly references to this project content.
/// </summary>

Loading…
Cancel
Save