Method EnumerateAssets
EnumerateAssets(BuildLayout)
Gather a list of Explicit Assets defined in a BuildLayout
선언
public static IEnumerable<BuildLayout.ExplicitAsset> EnumerateAssets(BuildLayout layout)
파라미터
| 타입 | 이름 | 설명 |
|---|---|---|
| BuildLayout | layout | The BuildLayout generated during a build |
반환
| 타입 | 설명 |
|---|---|
| IEnumerable<BuildLayout.ExplicitAsset> | A list of ExplicitAsset data. |
EnumerateAssets(Bundle)
Gather a list of Explicit Assets defined in a Bundle
선언
public static IEnumerable<BuildLayout.ExplicitAsset> EnumerateAssets(BuildLayout.Bundle bundle)
파라미터
| 타입 | 이름 | 설명 |
|---|---|---|
| BuildLayout.Bundle | bundle | The Bundle data generated during a build |
반환
| 타입 | 설명 |
|---|---|
| IEnumerable<BuildLayout.ExplicitAsset> | A list of ExplicitAssets defined in the Bundle |