Struct MultiListEnumerator<T>
Namespace: Unity.Entities.Conversion
Syntax
public struct MultiListEnumerator<T> : IEnumerable<T>, IEnumerator<T> where T : struct
Type Parameters
| Name | Description | 
|---|---|
| T | 
Properties
| Name | Description | 
|---|---|
| Any | |
| Current | |
| Empty | |
| IsEmpty | |
| IsValid | 
Methods
| Name | Description | 
|---|---|
| Count() | |
| Dispose() | |
| MoveNext() | |
| Reset() |