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