C# Class ReSharper101CSharp.Rename

Afficher le fichier Open project: gorohoroh/resharper-ultimate-whatsnew

Méthodes publiques

Méthode Description
AddSource ( string sourcePath, string name ) : void

Adds new package source to the list

Method Details

AddSource() public méthode

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