C# 클래스 ReSharper101CSharp.Rename

파일 보기 프로젝트 열기: gorohoroh/resharper-ultimate-whatsnew

공개 메소드들

메소드 설명
AddSource ( string sourcePath, string name ) : void

Adds new package source to the list

메소드 상세

AddSource() 공개 메소드

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