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.