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

Parámetros

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

Valor de retorno

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

Descripción

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