Sample.FindByPackage
public static IEnumerable<Sample> FindByPackage(string packageName,
string packageVersion);
Parameters
| packageName | The name of the package. | |
| packageVersion | The version of the package. |
Returns
IEnumerable<Sample> A list of samples in the given package.
Description 描述
Given a package of a specific version, find a list of samples in that package.