C# 클래스 PsGet.Facts.PackageFilters

파일 보기 프로젝트 열기: anurse/PS-Get

공개 메소드들

메소드 설명
IdContains ( this self, string id ) : IEnumerable
IdIsExactly ( this self, string id ) : IEnumerable
Latest ( this self ) : IEnumerable

메소드 상세

IdContains() 공개 정적인 메소드

public static IdContains ( this self, string id ) : IEnumerable
self this
id string
리턴 IEnumerable

IdIsExactly() 공개 정적인 메소드

public static IdIsExactly ( this self, string id ) : IEnumerable
self this
id string
리턴 IEnumerable

Latest() 공개 정적인 메소드

public static Latest ( this self ) : IEnumerable
self this
리턴 IEnumerable