C# Class PsGet.Facts.PackageFilters

显示文件 Open project: anurse/PS-Get

Public Methods

Method Description
IdContains ( this self, string id ) : IEnumerable
IdIsExactly ( this self, string id ) : IEnumerable
Latest ( this self ) : IEnumerable

Method Details

IdContains() public static method

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

IdIsExactly() public static method

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

Latest() public static method

public static Latest ( this self ) : IEnumerable
self this
return IEnumerable