CesiumSourceCreateGeneratorsT Method (CesiumGeneratorContext, IEnumerableT) |
Namespace:
AGI.Foundation.Cesium.Advanced
Assembly:
AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public void CreateGenerators<T>(
CesiumGeneratorContext context,
IEnumerable<T> items
)
Public Sub CreateGenerators(Of T) (
context As CesiumGeneratorContext,
items As IEnumerable(Of T)
)
public:
generic<typename T>
void CreateGenerators(
CesiumGeneratorContext^ context,
IEnumerable<T>^ items
)
member CreateGenerators :
context : CesiumGeneratorContext *
items : IEnumerable<'T> -> unit
Parameters
- context
- Type: AGI.Foundation.Cesium.AdvancedCesiumGeneratorContext
The context to which to add the generators. - items
- Type: System.Collections.GenericIEnumerableT
The items for which to produce generators.
Type Parameters
- T
- The type of items.
See Also