Version: 2022.3
言語: 日本語
public static IEnumerable<Sample> FindByPackage (string packageName, string packageVersion);

パラメーター

packageName The name of the package.
packageVersion The 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.