C# Class ReSharper101CSharp.Rename

Exibir arquivo Open project: gorohoroh/resharper-ultimate-whatsnew

Public Methods

Method Description
AddSource ( string sourcePath, string name ) : void

Adds new package source to the list

Method Details

AddSource() public method

Adds new package source to the list
public AddSource ( string sourcePath, string name ) : void
sourcePath string Package source path
name string Arbitrary identifier
return void