Version: 2019.4
public static IEnumerable<Sample> FindByPackage (string packageName, string packageVersion);

パラメーター

packageNameThe name of the package.
packageVersionThe version of the package.

戻り値

IEnumerable<Sample> Returns a list of found samples. Returns an empty list if no samples were found.

説明

Finds a list of samples in a package based on a specific version.