C# 클래스 CitizenMatt.ReSharper.ExtensionManager.Tests.Implementation.FakePackage

상속: IPackage
파일 보기 프로젝트 열기: citizenmatt/ReSharperExtensionManager

공개 메소드들

메소드 설명
FakePackage ( string id, string version ) : System
GetFiles ( ) : IEnumerable
GetStream ( ) : Stream

메소드 상세

FakePackage() 공개 메소드

public FakePackage ( string id, string version ) : System
id string
version string
리턴 System

GetFiles() 공개 메소드

public GetFiles ( ) : IEnumerable
리턴 IEnumerable

GetStream() 공개 메소드

public GetStream ( ) : Stream
리턴 Stream