Version: 2022.3
언어: 한국어

Sample.FindByPackage

매뉴얼로 전환
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.