### YamlMime:ManagedReference items: - uid: Ghost.Entities.EntityQuery commentId: T:Ghost.Entities.EntityQuery id: EntityQuery parent: Ghost.Entities children: - Ghost.Entities.EntityQuery.CalculateEntityCount - Ghost.Entities.EntityQuery.Dispose - Ghost.Entities.EntityQuery.ForEach``1(Ghost.Entities.ForEachWithEntity{``0}) - Ghost.Entities.EntityQuery.ForEach``1(Ghost.Entities.ForEach{``0}) - Ghost.Entities.EntityQuery.ForEach``2(Ghost.Entities.ForEachWithEntity{``0,``1}) - Ghost.Entities.EntityQuery.ForEach``2(Ghost.Entities.ForEach{``0,``1}) - Ghost.Entities.EntityQuery.ForEach``3(Ghost.Entities.ForEachWithEntity{``0,``1,``2}) - Ghost.Entities.EntityQuery.ForEach``3(Ghost.Entities.ForEach{``0,``1,``2}) - Ghost.Entities.EntityQuery.ForEach``4(Ghost.Entities.ForEachWithEntity{``0,``1,``2,``3}) - Ghost.Entities.EntityQuery.ForEach``4(Ghost.Entities.ForEach{``0,``1,``2,``3}) - Ghost.Entities.EntityQuery.ForEach``5(Ghost.Entities.ForEachWithEntity{``0,``1,``2,``3,``4}) - Ghost.Entities.EntityQuery.ForEach``5(Ghost.Entities.ForEach{``0,``1,``2,``3,``4}) - Ghost.Entities.EntityQuery.ForEach``6(Ghost.Entities.ForEachWithEntity{``0,``1,``2,``3,``4,``5}) - Ghost.Entities.EntityQuery.ForEach``6(Ghost.Entities.ForEach{``0,``1,``2,``3,``4,``5}) - Ghost.Entities.EntityQuery.ForEach``7(Ghost.Entities.ForEachWithEntity{``0,``1,``2,``3,``4,``5,``6}) - Ghost.Entities.EntityQuery.ForEach``7(Ghost.Entities.ForEach{``0,``1,``2,``3,``4,``5,``6}) - Ghost.Entities.EntityQuery.ForEach``8(Ghost.Entities.ForEachWithEntity{``0,``1,``2,``3,``4,``5,``6,``7}) - Ghost.Entities.EntityQuery.ForEach``8(Ghost.Entities.ForEach{``0,``1,``2,``3,``4,``5,``6,``7}) - Ghost.Entities.EntityQuery.GetChunkIterator - Ghost.Entities.EntityQuery.GetComponentIterator``1 - Ghost.Entities.EntityQuery.GetComponentIterator``2 - Ghost.Entities.EntityQuery.GetComponentIterator``3 - Ghost.Entities.EntityQuery.GetComponentIterator``4 - Ghost.Entities.EntityQuery.GetComponentIterator``5 - Ghost.Entities.EntityQuery.GetComponentIterator``6 - Ghost.Entities.EntityQuery.GetComponentIterator``7 - Ghost.Entities.EntityQuery.GetComponentIterator``8 - Ghost.Entities.EntityQuery.GetEntityComponentIterator``1 - Ghost.Entities.EntityQuery.GetEntityComponentIterator``2 - Ghost.Entities.EntityQuery.GetEntityComponentIterator``3 - Ghost.Entities.EntityQuery.GetEntityComponentIterator``4 - Ghost.Entities.EntityQuery.GetEntityComponentIterator``5 - Ghost.Entities.EntityQuery.GetEntityComponentIterator``6 - Ghost.Entities.EntityQuery.GetEntityComponentIterator``7 - Ghost.Entities.EntityQuery.GetEntityComponentIterator``8 - Ghost.Entities.EntityQuery.ScheduleChunkParallel``1(``0,System.Int32,Misaki.HighPerformance.Jobs.JobHandle) - Ghost.Entities.EntityQuery.ScheduleEntityParallel``2(``0,System.Int32,Misaki.HighPerformance.Jobs.JobHandle) - Ghost.Entities.EntityQuery.ScheduleEntityParallel``3(``0,System.Int32,Misaki.HighPerformance.Jobs.JobHandle) - Ghost.Entities.EntityQuery.ScheduleEntityParallel``4(``0,System.Int32,Misaki.HighPerformance.Jobs.JobHandle) - Ghost.Entities.EntityQuery.ScheduleEntityParallel``5(``0,System.Int32,Misaki.HighPerformance.Jobs.JobHandle) - Ghost.Entities.EntityQuery.ScheduleEntityParallel``6(``0,System.Int32,Misaki.HighPerformance.Jobs.JobHandle) - Ghost.Entities.EntityQuery.ScheduleEntityParallel``7(``0,System.Int32,Misaki.HighPerformance.Jobs.JobHandle) - Ghost.Entities.EntityQuery.ScheduleEntityParallel``8(``0,System.Int32,Misaki.HighPerformance.Jobs.JobHandle) - Ghost.Entities.EntityQuery.ScheduleEntityParallel``9(``0,System.Int32,Misaki.HighPerformance.Jobs.JobHandle) langs: - csharp - vb name: EntityQuery nameWithType: EntityQuery fullName: Ghost.Entities.EntityQuery type: Struct source: remote: path: src/Runtime/Ghost.Entities/Templates/EntityQuery.JobEntity.gen.cs branch: develop repo: https://git.personalnas.com/Misaki/GhostEngine.git id: EntityQuery path: src/Runtime/Ghost.Entities/Templates/EntityQuery.JobEntity.gen.cs startLine: 1066 assemblies: - Ghost.Entities namespace: Ghost.Entities syntax: content: 'public struct EntityQuery : IDisposable' content.vb: Public Structure EntityQuery Implements IDisposable implements: - System.IDisposable inheritedMembers: - System.ValueType.Equals(System.Object) - System.ValueType.GetHashCode - System.ValueType.ToString - System.Object.Equals(System.Object,System.Object) - System.Object.GetType - System.Object.ReferenceEquals(System.Object,System.Object) - uid: Ghost.Entities.EntityQuery.ScheduleChunkParallel``1(``0,System.Int32,Misaki.HighPerformance.Jobs.JobHandle) commentId: M:Ghost.Entities.EntityQuery.ScheduleChunkParallel``1(``0,System.Int32,Misaki.HighPerformance.Jobs.JobHandle) id: ScheduleChunkParallel``1(``0,System.Int32,Misaki.HighPerformance.Jobs.JobHandle) parent: Ghost.Entities.EntityQuery langs: - csharp - vb name: ScheduleChunkParallel(TJob, int, JobHandle) nameWithType: EntityQuery.ScheduleChunkParallel(TJob, int, JobHandle) fullName: Ghost.Entities.EntityQuery.ScheduleChunkParallel(TJob, int, Misaki.HighPerformance.Jobs.JobHandle) type: Method source: remote: path: src/Runtime/Ghost.Entities/EntityQuery.JobChunk.cs branch: develop repo: https://git.personalnas.com/Misaki/GhostEngine.git id: ScheduleChunkParallel path: src/Runtime/Ghost.Entities/EntityQuery.JobChunk.cs startLine: 45 assemblies: - Ghost.Entities namespace: Ghost.Entities syntax: content: 'public JobHandle ScheduleChunkParallel(TJob job, int batchSize, JobHandle dependency) where TJob : unmanaged, IJobChunk' parameters: - id: job type: '{TJob}' - id: batchSize type: System.Int32 - id: dependency type: Misaki.HighPerformance.Jobs.JobHandle typeParameters: - id: TJob return: type: Misaki.HighPerformance.Jobs.JobHandle content.vb: Public Function ScheduleChunkParallel(Of TJob As {Structure, IJobChunk})(job As TJob, batchSize As Integer, dependency As JobHandle) As JobHandle overload: Ghost.Entities.EntityQuery.ScheduleChunkParallel* nameWithType.vb: EntityQuery.ScheduleChunkParallel(Of TJob)(TJob, Integer, JobHandle) fullName.vb: Ghost.Entities.EntityQuery.ScheduleChunkParallel(Of TJob)(TJob, Integer, Misaki.HighPerformance.Jobs.JobHandle) name.vb: ScheduleChunkParallel(Of TJob)(TJob, Integer, JobHandle) - uid: Ghost.Entities.EntityQuery.GetChunkIterator commentId: M:Ghost.Entities.EntityQuery.GetChunkIterator id: GetChunkIterator parent: Ghost.Entities.EntityQuery langs: - csharp - vb name: GetChunkIterator() nameWithType: EntityQuery.GetChunkIterator() fullName: Ghost.Entities.EntityQuery.GetChunkIterator() type: Method source: remote: path: src/Runtime/Ghost.Entities/Query.cs branch: develop repo: https://git.personalnas.com/Misaki/GhostEngine.git id: GetChunkIterator path: src/Runtime/Ghost.Entities/Query.cs startLine: 435 assemblies: - Ghost.Entities namespace: Ghost.Entities syntax: content: public readonly EntityQuery.ChunkIterator GetChunkIterator() return: type: Ghost.Entities.EntityQuery.ChunkIterator content.vb: Public Function GetChunkIterator() As EntityQuery.ChunkIterator overload: Ghost.Entities.EntityQuery.GetChunkIterator* - uid: Ghost.Entities.EntityQuery.CalculateEntityCount commentId: M:Ghost.Entities.EntityQuery.CalculateEntityCount id: CalculateEntityCount parent: Ghost.Entities.EntityQuery langs: - csharp - vb name: CalculateEntityCount() nameWithType: EntityQuery.CalculateEntityCount() fullName: Ghost.Entities.EntityQuery.CalculateEntityCount() type: Method source: remote: path: src/Runtime/Ghost.Entities/Query.cs branch: develop repo: https://git.personalnas.com/Misaki/GhostEngine.git id: CalculateEntityCount path: src/Runtime/Ghost.Entities/Query.cs startLine: 447 assemblies: - Ghost.Entities namespace: Ghost.Entities syntax: content: public readonly int CalculateEntityCount() return: type: System.Int32 content.vb: Public Function CalculateEntityCount() As Integer overload: Ghost.Entities.EntityQuery.CalculateEntityCount* - uid: Ghost.Entities.EntityQuery.Dispose commentId: M:Ghost.Entities.EntityQuery.Dispose id: Dispose parent: Ghost.Entities.EntityQuery langs: - csharp - vb name: Dispose() nameWithType: EntityQuery.Dispose() fullName: Ghost.Entities.EntityQuery.Dispose() type: Method source: remote: path: src/Runtime/Ghost.Entities/Query.cs branch: develop repo: https://git.personalnas.com/Misaki/GhostEngine.git id: Dispose path: src/Runtime/Ghost.Entities/Query.cs startLine: 470 assemblies: - Ghost.Entities namespace: Ghost.Entities summary: Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. example: [] syntax: content: public void Dispose() content.vb: Public Sub Dispose() overload: Ghost.Entities.EntityQuery.Dispose* implements: - System.IDisposable.Dispose - uid: Ghost.Entities.EntityQuery.GetComponentIterator``1 commentId: M:Ghost.Entities.EntityQuery.GetComponentIterator``1 id: GetComponentIterator``1 parent: Ghost.Entities.EntityQuery langs: - csharp - vb name: GetComponentIterator() nameWithType: EntityQuery.GetComponentIterator() fullName: Ghost.Entities.EntityQuery.GetComponentIterator() type: Method source: remote: path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs branch: develop repo: https://git.personalnas.com/Misaki/GhostEngine.git id: GetComponentIterator path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs startLine: 175 assemblies: - Ghost.Entities namespace: Ghost.Entities syntax: content: 'public readonly EntityQuery.ComponentIterator GetComponentIterator() where T0 : unmanaged, IComponent' typeParameters: - id: T0 return: type: Ghost.Entities.EntityQuery.ComponentIterator{{T0}} content.vb: Public Function GetComponentIterator(Of T0 As {Structure, IComponent})() As EntityQuery.ComponentIterator(Of T0) overload: Ghost.Entities.EntityQuery.GetComponentIterator* nameWithType.vb: EntityQuery.GetComponentIterator(Of T0)() fullName.vb: Ghost.Entities.EntityQuery.GetComponentIterator(Of T0)() name.vb: GetComponentIterator(Of T0)() - uid: Ghost.Entities.EntityQuery.GetComponentIterator``2 commentId: M:Ghost.Entities.EntityQuery.GetComponentIterator``2 id: GetComponentIterator``2 parent: Ghost.Entities.EntityQuery langs: - csharp - vb name: GetComponentIterator() nameWithType: EntityQuery.GetComponentIterator() fullName: Ghost.Entities.EntityQuery.GetComponentIterator() type: Method source: remote: path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs branch: develop repo: https://git.personalnas.com/Misaki/GhostEngine.git id: GetComponentIterator path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs startLine: 377 assemblies: - Ghost.Entities namespace: Ghost.Entities syntax: content: 'public readonly EntityQuery.ComponentIterator GetComponentIterator() where T0 : unmanaged, IComponent where T1 : unmanaged, IComponent' typeParameters: - id: T0 - id: T1 return: type: Ghost.Entities.EntityQuery.ComponentIterator{{T0},{T1}} content.vb: Public Function GetComponentIterator(Of T0 As {Structure, IComponent}, T1 As {Structure, IComponent})() As EntityQuery.ComponentIterator(Of T0, T1) overload: Ghost.Entities.EntityQuery.GetComponentIterator* nameWithType.vb: EntityQuery.GetComponentIterator(Of T0, T1)() fullName.vb: Ghost.Entities.EntityQuery.GetComponentIterator(Of T0, T1)() name.vb: GetComponentIterator(Of T0, T1)() - uid: Ghost.Entities.EntityQuery.GetComponentIterator``3 commentId: M:Ghost.Entities.EntityQuery.GetComponentIterator``3 id: GetComponentIterator``3 parent: Ghost.Entities.EntityQuery langs: - csharp - vb name: GetComponentIterator() nameWithType: EntityQuery.GetComponentIterator() fullName: Ghost.Entities.EntityQuery.GetComponentIterator() type: Method source: remote: path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs branch: develop repo: https://git.personalnas.com/Misaki/GhostEngine.git id: GetComponentIterator path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs startLine: 589 assemblies: - Ghost.Entities namespace: Ghost.Entities syntax: content: 'public readonly EntityQuery.ComponentIterator GetComponentIterator() where T0 : unmanaged, IComponent where T1 : unmanaged, IComponent where T2 : unmanaged, IComponent' typeParameters: - id: T0 - id: T1 - id: T2 return: type: Ghost.Entities.EntityQuery.ComponentIterator{{T0},{T1},{T2}} content.vb: Public Function GetComponentIterator(Of T0 As {Structure, IComponent}, T1 As {Structure, IComponent}, T2 As {Structure, IComponent})() As EntityQuery.ComponentIterator(Of T0, T1, T2) overload: Ghost.Entities.EntityQuery.GetComponentIterator* nameWithType.vb: EntityQuery.GetComponentIterator(Of T0, T1, T2)() fullName.vb: Ghost.Entities.EntityQuery.GetComponentIterator(Of T0, T1, T2)() name.vb: GetComponentIterator(Of T0, T1, T2)() - uid: Ghost.Entities.EntityQuery.GetComponentIterator``4 commentId: M:Ghost.Entities.EntityQuery.GetComponentIterator``4 id: GetComponentIterator``4 parent: Ghost.Entities.EntityQuery langs: - csharp - vb name: GetComponentIterator() nameWithType: EntityQuery.GetComponentIterator() fullName: Ghost.Entities.EntityQuery.GetComponentIterator() type: Method source: remote: path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs branch: develop repo: https://git.personalnas.com/Misaki/GhostEngine.git id: GetComponentIterator path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs startLine: 811 assemblies: - Ghost.Entities namespace: Ghost.Entities syntax: content: 'public readonly EntityQuery.ComponentIterator GetComponentIterator() where T0 : unmanaged, IComponent where T1 : unmanaged, IComponent where T2 : unmanaged, IComponent where T3 : unmanaged, IComponent' typeParameters: - id: T0 - id: T1 - id: T2 - id: T3 return: type: Ghost.Entities.EntityQuery.ComponentIterator{{T0},{T1},{T2},{T3}} content.vb: Public Function GetComponentIterator(Of T0 As {Structure, IComponent}, T1 As {Structure, IComponent}, T2 As {Structure, IComponent}, T3 As {Structure, IComponent})() As EntityQuery.ComponentIterator(Of T0, T1, T2, T3) overload: Ghost.Entities.EntityQuery.GetComponentIterator* nameWithType.vb: EntityQuery.GetComponentIterator(Of T0, T1, T2, T3)() fullName.vb: Ghost.Entities.EntityQuery.GetComponentIterator(Of T0, T1, T2, T3)() name.vb: GetComponentIterator(Of T0, T1, T2, T3)() - uid: Ghost.Entities.EntityQuery.GetComponentIterator``5 commentId: M:Ghost.Entities.EntityQuery.GetComponentIterator``5 id: GetComponentIterator``5 parent: Ghost.Entities.EntityQuery langs: - csharp - vb name: GetComponentIterator() nameWithType: EntityQuery.GetComponentIterator() fullName: Ghost.Entities.EntityQuery.GetComponentIterator() type: Method source: remote: path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs branch: develop repo: https://git.personalnas.com/Misaki/GhostEngine.git id: GetComponentIterator path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs startLine: 1043 assemblies: - Ghost.Entities namespace: Ghost.Entities syntax: content: 'public readonly EntityQuery.ComponentIterator GetComponentIterator() where T0 : unmanaged, IComponent where T1 : unmanaged, IComponent where T2 : unmanaged, IComponent where T3 : unmanaged, IComponent where T4 : unmanaged, IComponent' typeParameters: - id: T0 - id: T1 - id: T2 - id: T3 - id: T4 return: type: Ghost.Entities.EntityQuery.ComponentIterator{{T0},{T1},{T2},{T3},{T4}} content.vb: Public Function GetComponentIterator(Of T0 As {Structure, IComponent}, T1 As {Structure, IComponent}, T2 As {Structure, IComponent}, T3 As {Structure, IComponent}, T4 As {Structure, IComponent})() As EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4) overload: Ghost.Entities.EntityQuery.GetComponentIterator* nameWithType.vb: EntityQuery.GetComponentIterator(Of T0, T1, T2, T3, T4)() fullName.vb: Ghost.Entities.EntityQuery.GetComponentIterator(Of T0, T1, T2, T3, T4)() name.vb: GetComponentIterator(Of T0, T1, T2, T3, T4)() - uid: Ghost.Entities.EntityQuery.GetComponentIterator``6 commentId: M:Ghost.Entities.EntityQuery.GetComponentIterator``6 id: GetComponentIterator``6 parent: Ghost.Entities.EntityQuery langs: - csharp - vb name: GetComponentIterator() nameWithType: EntityQuery.GetComponentIterator() fullName: Ghost.Entities.EntityQuery.GetComponentIterator() type: Method source: remote: path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs branch: develop repo: https://git.personalnas.com/Misaki/GhostEngine.git id: GetComponentIterator path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs startLine: 1285 assemblies: - Ghost.Entities namespace: Ghost.Entities syntax: content: 'public readonly EntityQuery.ComponentIterator GetComponentIterator() where T0 : unmanaged, IComponent where T1 : unmanaged, IComponent where T2 : unmanaged, IComponent where T3 : unmanaged, IComponent where T4 : unmanaged, IComponent where T5 : unmanaged, IComponent' typeParameters: - id: T0 - id: T1 - id: T2 - id: T3 - id: T4 - id: T5 return: type: Ghost.Entities.EntityQuery.ComponentIterator{{T0},{T1},{T2},{T3},{T4},{T5}} content.vb: Public Function GetComponentIterator(Of T0 As {Structure, IComponent}, T1 As {Structure, IComponent}, T2 As {Structure, IComponent}, T3 As {Structure, IComponent}, T4 As {Structure, IComponent}, T5 As {Structure, IComponent})() As EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5) overload: Ghost.Entities.EntityQuery.GetComponentIterator* nameWithType.vb: EntityQuery.GetComponentIterator(Of T0, T1, T2, T3, T4, T5)() fullName.vb: Ghost.Entities.EntityQuery.GetComponentIterator(Of T0, T1, T2, T3, T4, T5)() name.vb: GetComponentIterator(Of T0, T1, T2, T3, T4, T5)() - uid: Ghost.Entities.EntityQuery.GetComponentIterator``7 commentId: M:Ghost.Entities.EntityQuery.GetComponentIterator``7 id: GetComponentIterator``7 parent: Ghost.Entities.EntityQuery langs: - csharp - vb name: GetComponentIterator() nameWithType: EntityQuery.GetComponentIterator() fullName: Ghost.Entities.EntityQuery.GetComponentIterator() type: Method source: remote: path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs branch: develop repo: https://git.personalnas.com/Misaki/GhostEngine.git id: GetComponentIterator path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs startLine: 1537 assemblies: - Ghost.Entities namespace: Ghost.Entities syntax: content: 'public readonly EntityQuery.ComponentIterator GetComponentIterator() where T0 : unmanaged, IComponent where T1 : unmanaged, IComponent where T2 : unmanaged, IComponent where T3 : unmanaged, IComponent where T4 : unmanaged, IComponent where T5 : unmanaged, IComponent where T6 : unmanaged, IComponent' typeParameters: - id: T0 - id: T1 - id: T2 - id: T3 - id: T4 - id: T5 - id: T6 return: type: Ghost.Entities.EntityQuery.ComponentIterator{{T0},{T1},{T2},{T3},{T4},{T5},{T6}} content.vb: Public Function GetComponentIterator(Of T0 As {Structure, IComponent}, T1 As {Structure, IComponent}, T2 As {Structure, IComponent}, T3 As {Structure, IComponent}, T4 As {Structure, IComponent}, T5 As {Structure, IComponent}, T6 As {Structure, IComponent})() As EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5, T6) overload: Ghost.Entities.EntityQuery.GetComponentIterator* nameWithType.vb: EntityQuery.GetComponentIterator(Of T0, T1, T2, T3, T4, T5, T6)() fullName.vb: Ghost.Entities.EntityQuery.GetComponentIterator(Of T0, T1, T2, T3, T4, T5, T6)() name.vb: GetComponentIterator(Of T0, T1, T2, T3, T4, T5, T6)() - uid: Ghost.Entities.EntityQuery.GetComponentIterator``8 commentId: M:Ghost.Entities.EntityQuery.GetComponentIterator``8 id: GetComponentIterator``8 parent: Ghost.Entities.EntityQuery langs: - csharp - vb name: GetComponentIterator() nameWithType: EntityQuery.GetComponentIterator() fullName: Ghost.Entities.EntityQuery.GetComponentIterator() type: Method source: remote: path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs branch: develop repo: https://git.personalnas.com/Misaki/GhostEngine.git id: GetComponentIterator path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ComponentIterator.gen.cs startLine: 1799 assemblies: - Ghost.Entities namespace: Ghost.Entities syntax: content: 'public readonly EntityQuery.ComponentIterator GetComponentIterator() where T0 : unmanaged, IComponent where T1 : unmanaged, IComponent where T2 : unmanaged, IComponent where T3 : unmanaged, IComponent where T4 : unmanaged, IComponent where T5 : unmanaged, IComponent where T6 : unmanaged, IComponent where T7 : unmanaged, IComponent' typeParameters: - id: T0 - id: T1 - id: T2 - id: T3 - id: T4 - id: T5 - id: T6 - id: T7 return: type: Ghost.Entities.EntityQuery.ComponentIterator{{T0},{T1},{T2},{T3},{T4},{T5},{T6},{T7}} content.vb: Public Function GetComponentIterator(Of T0 As {Structure, IComponent}, T1 As {Structure, IComponent}, T2 As {Structure, IComponent}, T3 As {Structure, IComponent}, T4 As {Structure, IComponent}, T5 As {Structure, IComponent}, T6 As {Structure, IComponent}, T7 As {Structure, IComponent})() As EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5, T6, T7) overload: Ghost.Entities.EntityQuery.GetComponentIterator* nameWithType.vb: EntityQuery.GetComponentIterator(Of T0, T1, T2, T3, T4, T5, T6, T7)() fullName.vb: Ghost.Entities.EntityQuery.GetComponentIterator(Of T0, T1, T2, T3, T4, T5, T6, T7)() name.vb: GetComponentIterator(Of T0, T1, T2, T3, T4, T5, T6, T7)() - uid: Ghost.Entities.EntityQuery.GetEntityComponentIterator``1 commentId: M:Ghost.Entities.EntityQuery.GetEntityComponentIterator``1 id: GetEntityComponentIterator``1 parent: Ghost.Entities.EntityQuery langs: - csharp - vb name: GetEntityComponentIterator() nameWithType: EntityQuery.GetEntityComponentIterator() fullName: Ghost.Entities.EntityQuery.GetEntityComponentIterator() type: Method source: remote: path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs branch: develop repo: https://git.personalnas.com/Misaki/GhostEngine.git id: GetEntityComponentIterator path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs startLine: 198 assemblies: - Ghost.Entities namespace: Ghost.Entities syntax: content: 'public readonly EntityQuery.EntityComponentIterator GetEntityComponentIterator() where T0 : unmanaged, IComponent' typeParameters: - id: T0 return: type: Ghost.Entities.EntityQuery.EntityComponentIterator{{T0}} content.vb: Public Function GetEntityComponentIterator(Of T0 As {Structure, IComponent})() As EntityQuery.EntityComponentIterator(Of T0) overload: Ghost.Entities.EntityQuery.GetEntityComponentIterator* nameWithType.vb: EntityQuery.GetEntityComponentIterator(Of T0)() fullName.vb: Ghost.Entities.EntityQuery.GetEntityComponentIterator(Of T0)() name.vb: GetEntityComponentIterator(Of T0)() - uid: Ghost.Entities.EntityQuery.GetEntityComponentIterator``2 commentId: M:Ghost.Entities.EntityQuery.GetEntityComponentIterator``2 id: GetEntityComponentIterator``2 parent: Ghost.Entities.EntityQuery langs: - csharp - vb name: GetEntityComponentIterator() nameWithType: EntityQuery.GetEntityComponentIterator() fullName: Ghost.Entities.EntityQuery.GetEntityComponentIterator() type: Method source: remote: path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs branch: develop repo: https://git.personalnas.com/Misaki/GhostEngine.git id: GetEntityComponentIterator path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs startLine: 407 assemblies: - Ghost.Entities namespace: Ghost.Entities syntax: content: 'public readonly EntityQuery.EntityComponentIterator GetEntityComponentIterator() where T0 : unmanaged, IComponent where T1 : unmanaged, IComponent' typeParameters: - id: T0 - id: T1 return: type: Ghost.Entities.EntityQuery.EntityComponentIterator{{T0},{T1}} content.vb: Public Function GetEntityComponentIterator(Of T0 As {Structure, IComponent}, T1 As {Structure, IComponent})() As EntityQuery.EntityComponentIterator(Of T0, T1) overload: Ghost.Entities.EntityQuery.GetEntityComponentIterator* nameWithType.vb: EntityQuery.GetEntityComponentIterator(Of T0, T1)() fullName.vb: Ghost.Entities.EntityQuery.GetEntityComponentIterator(Of T0, T1)() name.vb: GetEntityComponentIterator(Of T0, T1)() - uid: Ghost.Entities.EntityQuery.GetEntityComponentIterator``3 commentId: M:Ghost.Entities.EntityQuery.GetEntityComponentIterator``3 id: GetEntityComponentIterator``3 parent: Ghost.Entities.EntityQuery langs: - csharp - vb name: GetEntityComponentIterator() nameWithType: EntityQuery.GetEntityComponentIterator() fullName: Ghost.Entities.EntityQuery.GetEntityComponentIterator() type: Method source: remote: path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs branch: develop repo: https://git.personalnas.com/Misaki/GhostEngine.git id: GetEntityComponentIterator path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs startLine: 626 assemblies: - Ghost.Entities namespace: Ghost.Entities syntax: content: 'public readonly EntityQuery.EntityComponentIterator GetEntityComponentIterator() where T0 : unmanaged, IComponent where T1 : unmanaged, IComponent where T2 : unmanaged, IComponent' typeParameters: - id: T0 - id: T1 - id: T2 return: type: Ghost.Entities.EntityQuery.EntityComponentIterator{{T0},{T1},{T2}} content.vb: Public Function GetEntityComponentIterator(Of T0 As {Structure, IComponent}, T1 As {Structure, IComponent}, T2 As {Structure, IComponent})() As EntityQuery.EntityComponentIterator(Of T0, T1, T2) overload: Ghost.Entities.EntityQuery.GetEntityComponentIterator* nameWithType.vb: EntityQuery.GetEntityComponentIterator(Of T0, T1, T2)() fullName.vb: Ghost.Entities.EntityQuery.GetEntityComponentIterator(Of T0, T1, T2)() name.vb: GetEntityComponentIterator(Of T0, T1, T2)() - uid: Ghost.Entities.EntityQuery.GetEntityComponentIterator``4 commentId: M:Ghost.Entities.EntityQuery.GetEntityComponentIterator``4 id: GetEntityComponentIterator``4 parent: Ghost.Entities.EntityQuery langs: - csharp - vb name: GetEntityComponentIterator() nameWithType: EntityQuery.GetEntityComponentIterator() fullName: Ghost.Entities.EntityQuery.GetEntityComponentIterator() type: Method source: remote: path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs branch: develop repo: https://git.personalnas.com/Misaki/GhostEngine.git id: GetEntityComponentIterator path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs startLine: 855 assemblies: - Ghost.Entities namespace: Ghost.Entities syntax: content: 'public readonly EntityQuery.EntityComponentIterator GetEntityComponentIterator() where T0 : unmanaged, IComponent where T1 : unmanaged, IComponent where T2 : unmanaged, IComponent where T3 : unmanaged, IComponent' typeParameters: - id: T0 - id: T1 - id: T2 - id: T3 return: type: Ghost.Entities.EntityQuery.EntityComponentIterator{{T0},{T1},{T2},{T3}} content.vb: Public Function GetEntityComponentIterator(Of T0 As {Structure, IComponent}, T1 As {Structure, IComponent}, T2 As {Structure, IComponent}, T3 As {Structure, IComponent})() As EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3) overload: Ghost.Entities.EntityQuery.GetEntityComponentIterator* nameWithType.vb: EntityQuery.GetEntityComponentIterator(Of T0, T1, T2, T3)() fullName.vb: Ghost.Entities.EntityQuery.GetEntityComponentIterator(Of T0, T1, T2, T3)() name.vb: GetEntityComponentIterator(Of T0, T1, T2, T3)() - uid: Ghost.Entities.EntityQuery.GetEntityComponentIterator``5 commentId: M:Ghost.Entities.EntityQuery.GetEntityComponentIterator``5 id: GetEntityComponentIterator``5 parent: Ghost.Entities.EntityQuery langs: - csharp - vb name: GetEntityComponentIterator() nameWithType: EntityQuery.GetEntityComponentIterator() fullName: Ghost.Entities.EntityQuery.GetEntityComponentIterator() type: Method source: remote: path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs branch: develop repo: https://git.personalnas.com/Misaki/GhostEngine.git id: GetEntityComponentIterator path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs startLine: 1094 assemblies: - Ghost.Entities namespace: Ghost.Entities syntax: content: 'public readonly EntityQuery.EntityComponentIterator GetEntityComponentIterator() where T0 : unmanaged, IComponent where T1 : unmanaged, IComponent where T2 : unmanaged, IComponent where T3 : unmanaged, IComponent where T4 : unmanaged, IComponent' typeParameters: - id: T0 - id: T1 - id: T2 - id: T3 - id: T4 return: type: Ghost.Entities.EntityQuery.EntityComponentIterator{{T0},{T1},{T2},{T3},{T4}} content.vb: Public Function GetEntityComponentIterator(Of T0 As {Structure, IComponent}, T1 As {Structure, IComponent}, T2 As {Structure, IComponent}, T3 As {Structure, IComponent}, T4 As {Structure, IComponent})() As EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4) overload: Ghost.Entities.EntityQuery.GetEntityComponentIterator* nameWithType.vb: EntityQuery.GetEntityComponentIterator(Of T0, T1, T2, T3, T4)() fullName.vb: Ghost.Entities.EntityQuery.GetEntityComponentIterator(Of T0, T1, T2, T3, T4)() name.vb: GetEntityComponentIterator(Of T0, T1, T2, T3, T4)() - uid: Ghost.Entities.EntityQuery.GetEntityComponentIterator``6 commentId: M:Ghost.Entities.EntityQuery.GetEntityComponentIterator``6 id: GetEntityComponentIterator``6 parent: Ghost.Entities.EntityQuery langs: - csharp - vb name: GetEntityComponentIterator() nameWithType: EntityQuery.GetEntityComponentIterator() fullName: Ghost.Entities.EntityQuery.GetEntityComponentIterator() type: Method source: remote: path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs branch: develop repo: https://git.personalnas.com/Misaki/GhostEngine.git id: GetEntityComponentIterator path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs startLine: 1343 assemblies: - Ghost.Entities namespace: Ghost.Entities syntax: content: 'public readonly EntityQuery.EntityComponentIterator GetEntityComponentIterator() where T0 : unmanaged, IComponent where T1 : unmanaged, IComponent where T2 : unmanaged, IComponent where T3 : unmanaged, IComponent where T4 : unmanaged, IComponent where T5 : unmanaged, IComponent' typeParameters: - id: T0 - id: T1 - id: T2 - id: T3 - id: T4 - id: T5 return: type: Ghost.Entities.EntityQuery.EntityComponentIterator{{T0},{T1},{T2},{T3},{T4},{T5}} content.vb: Public Function GetEntityComponentIterator(Of T0 As {Structure, IComponent}, T1 As {Structure, IComponent}, T2 As {Structure, IComponent}, T3 As {Structure, IComponent}, T4 As {Structure, IComponent}, T5 As {Structure, IComponent})() As EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5) overload: Ghost.Entities.EntityQuery.GetEntityComponentIterator* nameWithType.vb: EntityQuery.GetEntityComponentIterator(Of T0, T1, T2, T3, T4, T5)() fullName.vb: Ghost.Entities.EntityQuery.GetEntityComponentIterator(Of T0, T1, T2, T3, T4, T5)() name.vb: GetEntityComponentIterator(Of T0, T1, T2, T3, T4, T5)() - uid: Ghost.Entities.EntityQuery.GetEntityComponentIterator``7 commentId: M:Ghost.Entities.EntityQuery.GetEntityComponentIterator``7 id: GetEntityComponentIterator``7 parent: Ghost.Entities.EntityQuery langs: - csharp - vb name: GetEntityComponentIterator() nameWithType: EntityQuery.GetEntityComponentIterator() fullName: Ghost.Entities.EntityQuery.GetEntityComponentIterator() type: Method source: remote: path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs branch: develop repo: https://git.personalnas.com/Misaki/GhostEngine.git id: GetEntityComponentIterator path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs startLine: 1602 assemblies: - Ghost.Entities namespace: Ghost.Entities syntax: content: 'public readonly EntityQuery.EntityComponentIterator GetEntityComponentIterator() where T0 : unmanaged, IComponent where T1 : unmanaged, IComponent where T2 : unmanaged, IComponent where T3 : unmanaged, IComponent where T4 : unmanaged, IComponent where T5 : unmanaged, IComponent where T6 : unmanaged, IComponent' typeParameters: - id: T0 - id: T1 - id: T2 - id: T3 - id: T4 - id: T5 - id: T6 return: type: Ghost.Entities.EntityQuery.EntityComponentIterator{{T0},{T1},{T2},{T3},{T4},{T5},{T6}} content.vb: Public Function GetEntityComponentIterator(Of T0 As {Structure, IComponent}, T1 As {Structure, IComponent}, T2 As {Structure, IComponent}, T3 As {Structure, IComponent}, T4 As {Structure, IComponent}, T5 As {Structure, IComponent}, T6 As {Structure, IComponent})() As EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5, T6) overload: Ghost.Entities.EntityQuery.GetEntityComponentIterator* nameWithType.vb: EntityQuery.GetEntityComponentIterator(Of T0, T1, T2, T3, T4, T5, T6)() fullName.vb: Ghost.Entities.EntityQuery.GetEntityComponentIterator(Of T0, T1, T2, T3, T4, T5, T6)() name.vb: GetEntityComponentIterator(Of T0, T1, T2, T3, T4, T5, T6)() - uid: Ghost.Entities.EntityQuery.GetEntityComponentIterator``8 commentId: M:Ghost.Entities.EntityQuery.GetEntityComponentIterator``8 id: GetEntityComponentIterator``8 parent: Ghost.Entities.EntityQuery langs: - csharp - vb name: GetEntityComponentIterator() nameWithType: EntityQuery.GetEntityComponentIterator() fullName: Ghost.Entities.EntityQuery.GetEntityComponentIterator() type: Method source: remote: path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs branch: develop repo: https://git.personalnas.com/Misaki/GhostEngine.git id: GetEntityComponentIterator path: src/Runtime/Ghost.Entities/Templates/EntityQuery.EntityComponentIterator.gen.cs startLine: 1871 assemblies: - Ghost.Entities namespace: Ghost.Entities syntax: content: 'public readonly EntityQuery.EntityComponentIterator GetEntityComponentIterator() where T0 : unmanaged, IComponent where T1 : unmanaged, IComponent where T2 : unmanaged, IComponent where T3 : unmanaged, IComponent where T4 : unmanaged, IComponent where T5 : unmanaged, IComponent where T6 : unmanaged, IComponent where T7 : unmanaged, IComponent' typeParameters: - id: T0 - id: T1 - id: T2 - id: T3 - id: T4 - id: T5 - id: T6 - id: T7 return: type: Ghost.Entities.EntityQuery.EntityComponentIterator{{T0},{T1},{T2},{T3},{T4},{T5},{T6},{T7}} content.vb: Public Function GetEntityComponentIterator(Of T0 As {Structure, IComponent}, T1 As {Structure, IComponent}, T2 As {Structure, IComponent}, T3 As {Structure, IComponent}, T4 As {Structure, IComponent}, T5 As {Structure, IComponent}, T6 As {Structure, IComponent}, T7 As {Structure, IComponent})() As EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5, T6, T7) overload: Ghost.Entities.EntityQuery.GetEntityComponentIterator* nameWithType.vb: EntityQuery.GetEntityComponentIterator(Of T0, T1, T2, T3, T4, T5, T6, T7)() fullName.vb: Ghost.Entities.EntityQuery.GetEntityComponentIterator(Of T0, T1, T2, T3, T4, T5, T6, T7)() name.vb: GetEntityComponentIterator(Of T0, T1, T2, T3, T4, T5, T6, T7)() - uid: Ghost.Entities.EntityQuery.ForEach``1(Ghost.Entities.ForEach{``0}) commentId: M:Ghost.Entities.EntityQuery.ForEach``1(Ghost.Entities.ForEach{``0}) id: ForEach``1(Ghost.Entities.ForEach{``0}) parent: Ghost.Entities.EntityQuery langs: - csharp - vb name: ForEach(ForEach) nameWithType: EntityQuery.ForEach(ForEach) fullName: Ghost.Entities.EntityQuery.ForEach(Ghost.Entities.ForEach) type: Method source: remote: path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ForEach.gen.cs branch: develop repo: https://git.personalnas.com/Misaki/GhostEngine.git id: ForEach path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ForEach.gen.cs startLine: 4 assemblies: - Ghost.Entities namespace: Ghost.Entities syntax: content: 'public readonly void ForEach(ForEach action) where T0 : unmanaged, IComponent' parameters: - id: action type: Ghost.Entities.ForEach{{T0}} typeParameters: - id: T0 content.vb: Public Sub ForEach(Of T0 As {Structure, IComponent})(action As ForEach(Of T0)) overload: Ghost.Entities.EntityQuery.ForEach* nameWithType.vb: EntityQuery.ForEach(Of T0)(ForEach(Of T0)) fullName.vb: Ghost.Entities.EntityQuery.ForEach(Of T0)(Ghost.Entities.ForEach(Of T0)) name.vb: ForEach(Of T0)(ForEach(Of T0)) - uid: Ghost.Entities.EntityQuery.ForEach``2(Ghost.Entities.ForEach{``0,``1}) commentId: M:Ghost.Entities.EntityQuery.ForEach``2(Ghost.Entities.ForEach{``0,``1}) id: ForEach``2(Ghost.Entities.ForEach{``0,``1}) parent: Ghost.Entities.EntityQuery langs: - csharp - vb name: ForEach(ForEach) nameWithType: EntityQuery.ForEach(ForEach) fullName: Ghost.Entities.EntityQuery.ForEach(Ghost.Entities.ForEach) type: Method source: remote: path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ForEach.gen.cs branch: develop repo: https://git.personalnas.com/Misaki/GhostEngine.git id: ForEach path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ForEach.gen.cs startLine: 88 assemblies: - Ghost.Entities namespace: Ghost.Entities syntax: content: 'public readonly void ForEach(ForEach action) where T0 : unmanaged, IComponent where T1 : unmanaged, IComponent' parameters: - id: action type: Ghost.Entities.ForEach{{T0},{T1}} typeParameters: - id: T0 - id: T1 content.vb: Public Sub ForEach(Of T0 As {Structure, IComponent}, T1 As {Structure, IComponent})(action As ForEach(Of T0, T1)) overload: Ghost.Entities.EntityQuery.ForEach* nameWithType.vb: EntityQuery.ForEach(Of T0, T1)(ForEach(Of T0, T1)) fullName.vb: Ghost.Entities.EntityQuery.ForEach(Of T0, T1)(Ghost.Entities.ForEach(Of T0, T1)) name.vb: ForEach(Of T0, T1)(ForEach(Of T0, T1)) - uid: Ghost.Entities.EntityQuery.ForEach``3(Ghost.Entities.ForEach{``0,``1,``2}) commentId: M:Ghost.Entities.EntityQuery.ForEach``3(Ghost.Entities.ForEach{``0,``1,``2}) id: ForEach``3(Ghost.Entities.ForEach{``0,``1,``2}) parent: Ghost.Entities.EntityQuery langs: - csharp - vb name: ForEach(ForEach) nameWithType: EntityQuery.ForEach(ForEach) fullName: Ghost.Entities.EntityQuery.ForEach(Ghost.Entities.ForEach) type: Method source: remote: path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ForEach.gen.cs branch: develop repo: https://git.personalnas.com/Misaki/GhostEngine.git id: ForEach path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ForEach.gen.cs startLine: 176 assemblies: - Ghost.Entities namespace: Ghost.Entities syntax: content: 'public readonly void ForEach(ForEach action) where T0 : unmanaged, IComponent where T1 : unmanaged, IComponent where T2 : unmanaged, IComponent' parameters: - id: action type: Ghost.Entities.ForEach{{T0},{T1},{T2}} typeParameters: - id: T0 - id: T1 - id: T2 content.vb: Public Sub ForEach(Of T0 As {Structure, IComponent}, T1 As {Structure, IComponent}, T2 As {Structure, IComponent})(action As ForEach(Of T0, T1, T2)) overload: Ghost.Entities.EntityQuery.ForEach* nameWithType.vb: EntityQuery.ForEach(Of T0, T1, T2)(ForEach(Of T0, T1, T2)) fullName.vb: Ghost.Entities.EntityQuery.ForEach(Of T0, T1, T2)(Ghost.Entities.ForEach(Of T0, T1, T2)) name.vb: ForEach(Of T0, T1, T2)(ForEach(Of T0, T1, T2)) - uid: Ghost.Entities.EntityQuery.ForEach``4(Ghost.Entities.ForEach{``0,``1,``2,``3}) commentId: M:Ghost.Entities.EntityQuery.ForEach``4(Ghost.Entities.ForEach{``0,``1,``2,``3}) id: ForEach``4(Ghost.Entities.ForEach{``0,``1,``2,``3}) parent: Ghost.Entities.EntityQuery langs: - csharp - vb name: ForEach(ForEach) nameWithType: EntityQuery.ForEach(ForEach) fullName: Ghost.Entities.EntityQuery.ForEach(Ghost.Entities.ForEach) type: Method source: remote: path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ForEach.gen.cs branch: develop repo: https://git.personalnas.com/Misaki/GhostEngine.git id: ForEach path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ForEach.gen.cs startLine: 268 assemblies: - Ghost.Entities namespace: Ghost.Entities syntax: content: 'public readonly void ForEach(ForEach action) where T0 : unmanaged, IComponent where T1 : unmanaged, IComponent where T2 : unmanaged, IComponent where T3 : unmanaged, IComponent' parameters: - id: action type: Ghost.Entities.ForEach{{T0},{T1},{T2},{T3}} typeParameters: - id: T0 - id: T1 - id: T2 - id: T3 content.vb: Public Sub ForEach(Of T0 As {Structure, IComponent}, T1 As {Structure, IComponent}, T2 As {Structure, IComponent}, T3 As {Structure, IComponent})(action As ForEach(Of T0, T1, T2, T3)) overload: Ghost.Entities.EntityQuery.ForEach* nameWithType.vb: EntityQuery.ForEach(Of T0, T1, T2, T3)(ForEach(Of T0, T1, T2, T3)) fullName.vb: Ghost.Entities.EntityQuery.ForEach(Of T0, T1, T2, T3)(Ghost.Entities.ForEach(Of T0, T1, T2, T3)) name.vb: ForEach(Of T0, T1, T2, T3)(ForEach(Of T0, T1, T2, T3)) - uid: Ghost.Entities.EntityQuery.ForEach``5(Ghost.Entities.ForEach{``0,``1,``2,``3,``4}) commentId: M:Ghost.Entities.EntityQuery.ForEach``5(Ghost.Entities.ForEach{``0,``1,``2,``3,``4}) id: ForEach``5(Ghost.Entities.ForEach{``0,``1,``2,``3,``4}) parent: Ghost.Entities.EntityQuery langs: - csharp - vb name: ForEach(ForEach) nameWithType: EntityQuery.ForEach(ForEach) fullName: Ghost.Entities.EntityQuery.ForEach(Ghost.Entities.ForEach) type: Method source: remote: path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ForEach.gen.cs branch: develop repo: https://git.personalnas.com/Misaki/GhostEngine.git id: ForEach path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ForEach.gen.cs startLine: 364 assemblies: - Ghost.Entities namespace: Ghost.Entities syntax: content: 'public readonly void ForEach(ForEach action) where T0 : unmanaged, IComponent where T1 : unmanaged, IComponent where T2 : unmanaged, IComponent where T3 : unmanaged, IComponent where T4 : unmanaged, IComponent' parameters: - id: action type: Ghost.Entities.ForEach{{T0},{T1},{T2},{T3},{T4}} typeParameters: - id: T0 - id: T1 - id: T2 - id: T3 - id: T4 content.vb: Public Sub ForEach(Of T0 As {Structure, IComponent}, T1 As {Structure, IComponent}, T2 As {Structure, IComponent}, T3 As {Structure, IComponent}, T4 As {Structure, IComponent})(action As ForEach(Of T0, T1, T2, T3, T4)) overload: Ghost.Entities.EntityQuery.ForEach* nameWithType.vb: EntityQuery.ForEach(Of T0, T1, T2, T3, T4)(ForEach(Of T0, T1, T2, T3, T4)) fullName.vb: Ghost.Entities.EntityQuery.ForEach(Of T0, T1, T2, T3, T4)(Ghost.Entities.ForEach(Of T0, T1, T2, T3, T4)) name.vb: ForEach(Of T0, T1, T2, T3, T4)(ForEach(Of T0, T1, T2, T3, T4)) - uid: Ghost.Entities.EntityQuery.ForEach``6(Ghost.Entities.ForEach{``0,``1,``2,``3,``4,``5}) commentId: M:Ghost.Entities.EntityQuery.ForEach``6(Ghost.Entities.ForEach{``0,``1,``2,``3,``4,``5}) id: ForEach``6(Ghost.Entities.ForEach{``0,``1,``2,``3,``4,``5}) parent: Ghost.Entities.EntityQuery langs: - csharp - vb name: ForEach(ForEach) nameWithType: EntityQuery.ForEach(ForEach) fullName: Ghost.Entities.EntityQuery.ForEach(Ghost.Entities.ForEach) type: Method source: remote: path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ForEach.gen.cs branch: develop repo: https://git.personalnas.com/Misaki/GhostEngine.git id: ForEach path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ForEach.gen.cs startLine: 464 assemblies: - Ghost.Entities namespace: Ghost.Entities syntax: content: 'public readonly void ForEach(ForEach action) where T0 : unmanaged, IComponent where T1 : unmanaged, IComponent where T2 : unmanaged, IComponent where T3 : unmanaged, IComponent where T4 : unmanaged, IComponent where T5 : unmanaged, IComponent' parameters: - id: action type: Ghost.Entities.ForEach{{T0},{T1},{T2},{T3},{T4},{T5}} typeParameters: - id: T0 - id: T1 - id: T2 - id: T3 - id: T4 - id: T5 content.vb: Public Sub ForEach(Of T0 As {Structure, IComponent}, T1 As {Structure, IComponent}, T2 As {Structure, IComponent}, T3 As {Structure, IComponent}, T4 As {Structure, IComponent}, T5 As {Structure, IComponent})(action As ForEach(Of T0, T1, T2, T3, T4, T5)) overload: Ghost.Entities.EntityQuery.ForEach* nameWithType.vb: EntityQuery.ForEach(Of T0, T1, T2, T3, T4, T5)(ForEach(Of T0, T1, T2, T3, T4, T5)) fullName.vb: Ghost.Entities.EntityQuery.ForEach(Of T0, T1, T2, T3, T4, T5)(Ghost.Entities.ForEach(Of T0, T1, T2, T3, T4, T5)) name.vb: ForEach(Of T0, T1, T2, T3, T4, T5)(ForEach(Of T0, T1, T2, T3, T4, T5)) - uid: Ghost.Entities.EntityQuery.ForEach``7(Ghost.Entities.ForEach{``0,``1,``2,``3,``4,``5,``6}) commentId: M:Ghost.Entities.EntityQuery.ForEach``7(Ghost.Entities.ForEach{``0,``1,``2,``3,``4,``5,``6}) id: ForEach``7(Ghost.Entities.ForEach{``0,``1,``2,``3,``4,``5,``6}) parent: Ghost.Entities.EntityQuery langs: - csharp - vb name: ForEach(ForEach) nameWithType: EntityQuery.ForEach(ForEach) fullName: Ghost.Entities.EntityQuery.ForEach(Ghost.Entities.ForEach) type: Method source: remote: path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ForEach.gen.cs branch: develop repo: https://git.personalnas.com/Misaki/GhostEngine.git id: ForEach path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ForEach.gen.cs startLine: 568 assemblies: - Ghost.Entities namespace: Ghost.Entities syntax: content: 'public readonly void ForEach(ForEach action) where T0 : unmanaged, IComponent where T1 : unmanaged, IComponent where T2 : unmanaged, IComponent where T3 : unmanaged, IComponent where T4 : unmanaged, IComponent where T5 : unmanaged, IComponent where T6 : unmanaged, IComponent' parameters: - id: action type: Ghost.Entities.ForEach{{T0},{T1},{T2},{T3},{T4},{T5},{T6}} typeParameters: - id: T0 - id: T1 - id: T2 - id: T3 - id: T4 - id: T5 - id: T6 content.vb: Public Sub ForEach(Of T0 As {Structure, IComponent}, T1 As {Structure, IComponent}, T2 As {Structure, IComponent}, T3 As {Structure, IComponent}, T4 As {Structure, IComponent}, T5 As {Structure, IComponent}, T6 As {Structure, IComponent})(action As ForEach(Of T0, T1, T2, T3, T4, T5, T6)) overload: Ghost.Entities.EntityQuery.ForEach* nameWithType.vb: EntityQuery.ForEach(Of T0, T1, T2, T3, T4, T5, T6)(ForEach(Of T0, T1, T2, T3, T4, T5, T6)) fullName.vb: Ghost.Entities.EntityQuery.ForEach(Of T0, T1, T2, T3, T4, T5, T6)(Ghost.Entities.ForEach(Of T0, T1, T2, T3, T4, T5, T6)) name.vb: ForEach(Of T0, T1, T2, T3, T4, T5, T6)(ForEach(Of T0, T1, T2, T3, T4, T5, T6)) - uid: Ghost.Entities.EntityQuery.ForEach``8(Ghost.Entities.ForEach{``0,``1,``2,``3,``4,``5,``6,``7}) commentId: M:Ghost.Entities.EntityQuery.ForEach``8(Ghost.Entities.ForEach{``0,``1,``2,``3,``4,``5,``6,``7}) id: ForEach``8(Ghost.Entities.ForEach{``0,``1,``2,``3,``4,``5,``6,``7}) parent: Ghost.Entities.EntityQuery langs: - csharp - vb name: ForEach(ForEach) nameWithType: EntityQuery.ForEach(ForEach) fullName: Ghost.Entities.EntityQuery.ForEach(Ghost.Entities.ForEach) type: Method source: remote: path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ForEach.gen.cs branch: develop repo: https://git.personalnas.com/Misaki/GhostEngine.git id: ForEach path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ForEach.gen.cs startLine: 676 assemblies: - Ghost.Entities namespace: Ghost.Entities syntax: content: 'public readonly void ForEach(ForEach action) where T0 : unmanaged, IComponent where T1 : unmanaged, IComponent where T2 : unmanaged, IComponent where T3 : unmanaged, IComponent where T4 : unmanaged, IComponent where T5 : unmanaged, IComponent where T6 : unmanaged, IComponent where T7 : unmanaged, IComponent' parameters: - id: action type: Ghost.Entities.ForEach{{T0},{T1},{T2},{T3},{T4},{T5},{T6},{T7}} typeParameters: - id: T0 - id: T1 - id: T2 - id: T3 - id: T4 - id: T5 - id: T6 - id: T7 content.vb: Public Sub ForEach(Of T0 As {Structure, IComponent}, T1 As {Structure, IComponent}, T2 As {Structure, IComponent}, T3 As {Structure, IComponent}, T4 As {Structure, IComponent}, T5 As {Structure, IComponent}, T6 As {Structure, IComponent}, T7 As {Structure, IComponent})(action As ForEach(Of T0, T1, T2, T3, T4, T5, T6, T7)) overload: Ghost.Entities.EntityQuery.ForEach* nameWithType.vb: EntityQuery.ForEach(Of T0, T1, T2, T3, T4, T5, T6, T7)(ForEach(Of T0, T1, T2, T3, T4, T5, T6, T7)) fullName.vb: Ghost.Entities.EntityQuery.ForEach(Of T0, T1, T2, T3, T4, T5, T6, T7)(Ghost.Entities.ForEach(Of T0, T1, T2, T3, T4, T5, T6, T7)) name.vb: ForEach(Of T0, T1, T2, T3, T4, T5, T6, T7)(ForEach(Of T0, T1, T2, T3, T4, T5, T6, T7)) - uid: Ghost.Entities.EntityQuery.ForEach``1(Ghost.Entities.ForEachWithEntity{``0}) commentId: M:Ghost.Entities.EntityQuery.ForEach``1(Ghost.Entities.ForEachWithEntity{``0}) id: ForEach``1(Ghost.Entities.ForEachWithEntity{``0}) parent: Ghost.Entities.EntityQuery langs: - csharp - vb name: ForEach(ForEachWithEntity) nameWithType: EntityQuery.ForEach(ForEachWithEntity) fullName: Ghost.Entities.EntityQuery.ForEach(Ghost.Entities.ForEachWithEntity) type: Method source: remote: path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ForEach.gen.cs branch: develop repo: https://git.personalnas.com/Misaki/GhostEngine.git id: ForEach path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ForEach.gen.cs startLine: 788 assemblies: - Ghost.Entities namespace: Ghost.Entities syntax: content: 'public readonly void ForEach(ForEachWithEntity action) where T0 : unmanaged, IComponent' parameters: - id: action type: Ghost.Entities.ForEachWithEntity{{T0}} typeParameters: - id: T0 content.vb: Public Sub ForEach(Of T0 As {Structure, IComponent})(action As ForEachWithEntity(Of T0)) overload: Ghost.Entities.EntityQuery.ForEach* nameWithType.vb: EntityQuery.ForEach(Of T0)(ForEachWithEntity(Of T0)) fullName.vb: Ghost.Entities.EntityQuery.ForEach(Of T0)(Ghost.Entities.ForEachWithEntity(Of T0)) name.vb: ForEach(Of T0)(ForEachWithEntity(Of T0)) - uid: Ghost.Entities.EntityQuery.ForEach``2(Ghost.Entities.ForEachWithEntity{``0,``1}) commentId: M:Ghost.Entities.EntityQuery.ForEach``2(Ghost.Entities.ForEachWithEntity{``0,``1}) id: ForEach``2(Ghost.Entities.ForEachWithEntity{``0,``1}) parent: Ghost.Entities.EntityQuery langs: - csharp - vb name: ForEach(ForEachWithEntity) nameWithType: EntityQuery.ForEach(ForEachWithEntity) fullName: Ghost.Entities.EntityQuery.ForEach(Ghost.Entities.ForEachWithEntity) type: Method source: remote: path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ForEach.gen.cs branch: develop repo: https://git.personalnas.com/Misaki/GhostEngine.git id: ForEach path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ForEach.gen.cs startLine: 873 assemblies: - Ghost.Entities namespace: Ghost.Entities syntax: content: 'public readonly void ForEach(ForEachWithEntity action) where T0 : unmanaged, IComponent where T1 : unmanaged, IComponent' parameters: - id: action type: Ghost.Entities.ForEachWithEntity{{T0},{T1}} typeParameters: - id: T0 - id: T1 content.vb: Public Sub ForEach(Of T0 As {Structure, IComponent}, T1 As {Structure, IComponent})(action As ForEachWithEntity(Of T0, T1)) overload: Ghost.Entities.EntityQuery.ForEach* nameWithType.vb: EntityQuery.ForEach(Of T0, T1)(ForEachWithEntity(Of T0, T1)) fullName.vb: Ghost.Entities.EntityQuery.ForEach(Of T0, T1)(Ghost.Entities.ForEachWithEntity(Of T0, T1)) name.vb: ForEach(Of T0, T1)(ForEachWithEntity(Of T0, T1)) - uid: Ghost.Entities.EntityQuery.ForEach``3(Ghost.Entities.ForEachWithEntity{``0,``1,``2}) commentId: M:Ghost.Entities.EntityQuery.ForEach``3(Ghost.Entities.ForEachWithEntity{``0,``1,``2}) id: ForEach``3(Ghost.Entities.ForEachWithEntity{``0,``1,``2}) parent: Ghost.Entities.EntityQuery langs: - csharp - vb name: ForEach(ForEachWithEntity) nameWithType: EntityQuery.ForEach(ForEachWithEntity) fullName: Ghost.Entities.EntityQuery.ForEach(Ghost.Entities.ForEachWithEntity) type: Method source: remote: path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ForEach.gen.cs branch: develop repo: https://git.personalnas.com/Misaki/GhostEngine.git id: ForEach path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ForEach.gen.cs startLine: 962 assemblies: - Ghost.Entities namespace: Ghost.Entities syntax: content: 'public readonly void ForEach(ForEachWithEntity action) where T0 : unmanaged, IComponent where T1 : unmanaged, IComponent where T2 : unmanaged, IComponent' parameters: - id: action type: Ghost.Entities.ForEachWithEntity{{T0},{T1},{T2}} typeParameters: - id: T0 - id: T1 - id: T2 content.vb: Public Sub ForEach(Of T0 As {Structure, IComponent}, T1 As {Structure, IComponent}, T2 As {Structure, IComponent})(action As ForEachWithEntity(Of T0, T1, T2)) overload: Ghost.Entities.EntityQuery.ForEach* nameWithType.vb: EntityQuery.ForEach(Of T0, T1, T2)(ForEachWithEntity(Of T0, T1, T2)) fullName.vb: Ghost.Entities.EntityQuery.ForEach(Of T0, T1, T2)(Ghost.Entities.ForEachWithEntity(Of T0, T1, T2)) name.vb: ForEach(Of T0, T1, T2)(ForEachWithEntity(Of T0, T1, T2)) - uid: Ghost.Entities.EntityQuery.ForEach``4(Ghost.Entities.ForEachWithEntity{``0,``1,``2,``3}) commentId: M:Ghost.Entities.EntityQuery.ForEach``4(Ghost.Entities.ForEachWithEntity{``0,``1,``2,``3}) id: ForEach``4(Ghost.Entities.ForEachWithEntity{``0,``1,``2,``3}) parent: Ghost.Entities.EntityQuery langs: - csharp - vb name: ForEach(ForEachWithEntity) nameWithType: EntityQuery.ForEach(ForEachWithEntity) fullName: Ghost.Entities.EntityQuery.ForEach(Ghost.Entities.ForEachWithEntity) type: Method source: remote: path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ForEach.gen.cs branch: develop repo: https://git.personalnas.com/Misaki/GhostEngine.git id: ForEach path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ForEach.gen.cs startLine: 1055 assemblies: - Ghost.Entities namespace: Ghost.Entities syntax: content: 'public readonly void ForEach(ForEachWithEntity action) where T0 : unmanaged, IComponent where T1 : unmanaged, IComponent where T2 : unmanaged, IComponent where T3 : unmanaged, IComponent' parameters: - id: action type: Ghost.Entities.ForEachWithEntity{{T0},{T1},{T2},{T3}} typeParameters: - id: T0 - id: T1 - id: T2 - id: T3 content.vb: Public Sub ForEach(Of T0 As {Structure, IComponent}, T1 As {Structure, IComponent}, T2 As {Structure, IComponent}, T3 As {Structure, IComponent})(action As ForEachWithEntity(Of T0, T1, T2, T3)) overload: Ghost.Entities.EntityQuery.ForEach* nameWithType.vb: EntityQuery.ForEach(Of T0, T1, T2, T3)(ForEachWithEntity(Of T0, T1, T2, T3)) fullName.vb: Ghost.Entities.EntityQuery.ForEach(Of T0, T1, T2, T3)(Ghost.Entities.ForEachWithEntity(Of T0, T1, T2, T3)) name.vb: ForEach(Of T0, T1, T2, T3)(ForEachWithEntity(Of T0, T1, T2, T3)) - uid: Ghost.Entities.EntityQuery.ForEach``5(Ghost.Entities.ForEachWithEntity{``0,``1,``2,``3,``4}) commentId: M:Ghost.Entities.EntityQuery.ForEach``5(Ghost.Entities.ForEachWithEntity{``0,``1,``2,``3,``4}) id: ForEach``5(Ghost.Entities.ForEachWithEntity{``0,``1,``2,``3,``4}) parent: Ghost.Entities.EntityQuery langs: - csharp - vb name: ForEach(ForEachWithEntity) nameWithType: EntityQuery.ForEach(ForEachWithEntity) fullName: Ghost.Entities.EntityQuery.ForEach(Ghost.Entities.ForEachWithEntity) type: Method source: remote: path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ForEach.gen.cs branch: develop repo: https://git.personalnas.com/Misaki/GhostEngine.git id: ForEach path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ForEach.gen.cs startLine: 1152 assemblies: - Ghost.Entities namespace: Ghost.Entities syntax: content: 'public readonly void ForEach(ForEachWithEntity action) where T0 : unmanaged, IComponent where T1 : unmanaged, IComponent where T2 : unmanaged, IComponent where T3 : unmanaged, IComponent where T4 : unmanaged, IComponent' parameters: - id: action type: Ghost.Entities.ForEachWithEntity{{T0},{T1},{T2},{T3},{T4}} typeParameters: - id: T0 - id: T1 - id: T2 - id: T3 - id: T4 content.vb: Public Sub ForEach(Of T0 As {Structure, IComponent}, T1 As {Structure, IComponent}, T2 As {Structure, IComponent}, T3 As {Structure, IComponent}, T4 As {Structure, IComponent})(action As ForEachWithEntity(Of T0, T1, T2, T3, T4)) overload: Ghost.Entities.EntityQuery.ForEach* nameWithType.vb: EntityQuery.ForEach(Of T0, T1, T2, T3, T4)(ForEachWithEntity(Of T0, T1, T2, T3, T4)) fullName.vb: Ghost.Entities.EntityQuery.ForEach(Of T0, T1, T2, T3, T4)(Ghost.Entities.ForEachWithEntity(Of T0, T1, T2, T3, T4)) name.vb: ForEach(Of T0, T1, T2, T3, T4)(ForEachWithEntity(Of T0, T1, T2, T3, T4)) - uid: Ghost.Entities.EntityQuery.ForEach``6(Ghost.Entities.ForEachWithEntity{``0,``1,``2,``3,``4,``5}) commentId: M:Ghost.Entities.EntityQuery.ForEach``6(Ghost.Entities.ForEachWithEntity{``0,``1,``2,``3,``4,``5}) id: ForEach``6(Ghost.Entities.ForEachWithEntity{``0,``1,``2,``3,``4,``5}) parent: Ghost.Entities.EntityQuery langs: - csharp - vb name: ForEach(ForEachWithEntity) nameWithType: EntityQuery.ForEach(ForEachWithEntity) fullName: Ghost.Entities.EntityQuery.ForEach(Ghost.Entities.ForEachWithEntity) type: Method source: remote: path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ForEach.gen.cs branch: develop repo: https://git.personalnas.com/Misaki/GhostEngine.git id: ForEach path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ForEach.gen.cs startLine: 1253 assemblies: - Ghost.Entities namespace: Ghost.Entities syntax: content: 'public readonly void ForEach(ForEachWithEntity action) where T0 : unmanaged, IComponent where T1 : unmanaged, IComponent where T2 : unmanaged, IComponent where T3 : unmanaged, IComponent where T4 : unmanaged, IComponent where T5 : unmanaged, IComponent' parameters: - id: action type: Ghost.Entities.ForEachWithEntity{{T0},{T1},{T2},{T3},{T4},{T5}} typeParameters: - id: T0 - id: T1 - id: T2 - id: T3 - id: T4 - id: T5 content.vb: Public Sub ForEach(Of T0 As {Structure, IComponent}, T1 As {Structure, IComponent}, T2 As {Structure, IComponent}, T3 As {Structure, IComponent}, T4 As {Structure, IComponent}, T5 As {Structure, IComponent})(action As ForEachWithEntity(Of T0, T1, T2, T3, T4, T5)) overload: Ghost.Entities.EntityQuery.ForEach* nameWithType.vb: EntityQuery.ForEach(Of T0, T1, T2, T3, T4, T5)(ForEachWithEntity(Of T0, T1, T2, T3, T4, T5)) fullName.vb: Ghost.Entities.EntityQuery.ForEach(Of T0, T1, T2, T3, T4, T5)(Ghost.Entities.ForEachWithEntity(Of T0, T1, T2, T3, T4, T5)) name.vb: ForEach(Of T0, T1, T2, T3, T4, T5)(ForEachWithEntity(Of T0, T1, T2, T3, T4, T5)) - uid: Ghost.Entities.EntityQuery.ForEach``7(Ghost.Entities.ForEachWithEntity{``0,``1,``2,``3,``4,``5,``6}) commentId: M:Ghost.Entities.EntityQuery.ForEach``7(Ghost.Entities.ForEachWithEntity{``0,``1,``2,``3,``4,``5,``6}) id: ForEach``7(Ghost.Entities.ForEachWithEntity{``0,``1,``2,``3,``4,``5,``6}) parent: Ghost.Entities.EntityQuery langs: - csharp - vb name: ForEach(ForEachWithEntity) nameWithType: EntityQuery.ForEach(ForEachWithEntity) fullName: Ghost.Entities.EntityQuery.ForEach(Ghost.Entities.ForEachWithEntity) type: Method source: remote: path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ForEach.gen.cs branch: develop repo: https://git.personalnas.com/Misaki/GhostEngine.git id: ForEach path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ForEach.gen.cs startLine: 1358 assemblies: - Ghost.Entities namespace: Ghost.Entities syntax: content: 'public readonly void ForEach(ForEachWithEntity action) where T0 : unmanaged, IComponent where T1 : unmanaged, IComponent where T2 : unmanaged, IComponent where T3 : unmanaged, IComponent where T4 : unmanaged, IComponent where T5 : unmanaged, IComponent where T6 : unmanaged, IComponent' parameters: - id: action type: Ghost.Entities.ForEachWithEntity{{T0},{T1},{T2},{T3},{T4},{T5},{T6}} typeParameters: - id: T0 - id: T1 - id: T2 - id: T3 - id: T4 - id: T5 - id: T6 content.vb: Public Sub ForEach(Of T0 As {Structure, IComponent}, T1 As {Structure, IComponent}, T2 As {Structure, IComponent}, T3 As {Structure, IComponent}, T4 As {Structure, IComponent}, T5 As {Structure, IComponent}, T6 As {Structure, IComponent})(action As ForEachWithEntity(Of T0, T1, T2, T3, T4, T5, T6)) overload: Ghost.Entities.EntityQuery.ForEach* nameWithType.vb: EntityQuery.ForEach(Of T0, T1, T2, T3, T4, T5, T6)(ForEachWithEntity(Of T0, T1, T2, T3, T4, T5, T6)) fullName.vb: Ghost.Entities.EntityQuery.ForEach(Of T0, T1, T2, T3, T4, T5, T6)(Ghost.Entities.ForEachWithEntity(Of T0, T1, T2, T3, T4, T5, T6)) name.vb: ForEach(Of T0, T1, T2, T3, T4, T5, T6)(ForEachWithEntity(Of T0, T1, T2, T3, T4, T5, T6)) - uid: Ghost.Entities.EntityQuery.ForEach``8(Ghost.Entities.ForEachWithEntity{``0,``1,``2,``3,``4,``5,``6,``7}) commentId: M:Ghost.Entities.EntityQuery.ForEach``8(Ghost.Entities.ForEachWithEntity{``0,``1,``2,``3,``4,``5,``6,``7}) id: ForEach``8(Ghost.Entities.ForEachWithEntity{``0,``1,``2,``3,``4,``5,``6,``7}) parent: Ghost.Entities.EntityQuery langs: - csharp - vb name: ForEach(ForEachWithEntity) nameWithType: EntityQuery.ForEach(ForEachWithEntity) fullName: Ghost.Entities.EntityQuery.ForEach(Ghost.Entities.ForEachWithEntity) type: Method source: remote: path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ForEach.gen.cs branch: develop repo: https://git.personalnas.com/Misaki/GhostEngine.git id: ForEach path: src/Runtime/Ghost.Entities/Templates/EntityQuery.ForEach.gen.cs startLine: 1467 assemblies: - Ghost.Entities namespace: Ghost.Entities syntax: content: 'public readonly void ForEach(ForEachWithEntity action) where T0 : unmanaged, IComponent where T1 : unmanaged, IComponent where T2 : unmanaged, IComponent where T3 : unmanaged, IComponent where T4 : unmanaged, IComponent where T5 : unmanaged, IComponent where T6 : unmanaged, IComponent where T7 : unmanaged, IComponent' parameters: - id: action type: Ghost.Entities.ForEachWithEntity{{T0},{T1},{T2},{T3},{T4},{T5},{T6},{T7}} typeParameters: - id: T0 - id: T1 - id: T2 - id: T3 - id: T4 - id: T5 - id: T6 - id: T7 content.vb: Public Sub ForEach(Of T0 As {Structure, IComponent}, T1 As {Structure, IComponent}, T2 As {Structure, IComponent}, T3 As {Structure, IComponent}, T4 As {Structure, IComponent}, T5 As {Structure, IComponent}, T6 As {Structure, IComponent}, T7 As {Structure, IComponent})(action As ForEachWithEntity(Of T0, T1, T2, T3, T4, T5, T6, T7)) overload: Ghost.Entities.EntityQuery.ForEach* nameWithType.vb: EntityQuery.ForEach(Of T0, T1, T2, T3, T4, T5, T6, T7)(ForEachWithEntity(Of T0, T1, T2, T3, T4, T5, T6, T7)) fullName.vb: Ghost.Entities.EntityQuery.ForEach(Of T0, T1, T2, T3, T4, T5, T6, T7)(Ghost.Entities.ForEachWithEntity(Of T0, T1, T2, T3, T4, T5, T6, T7)) name.vb: ForEach(Of T0, T1, T2, T3, T4, T5, T6, T7)(ForEachWithEntity(Of T0, T1, T2, T3, T4, T5, T6, T7)) - uid: Ghost.Entities.EntityQuery.ScheduleEntityParallel``2(``0,System.Int32,Misaki.HighPerformance.Jobs.JobHandle) commentId: M:Ghost.Entities.EntityQuery.ScheduleEntityParallel``2(``0,System.Int32,Misaki.HighPerformance.Jobs.JobHandle) id: ScheduleEntityParallel``2(``0,System.Int32,Misaki.HighPerformance.Jobs.JobHandle) parent: Ghost.Entities.EntityQuery langs: - csharp - vb name: ScheduleEntityParallel(TJob, int, JobHandle) nameWithType: EntityQuery.ScheduleEntityParallel(TJob, int, JobHandle) fullName: Ghost.Entities.EntityQuery.ScheduleEntityParallel(TJob, int, Misaki.HighPerformance.Jobs.JobHandle) type: Method source: remote: path: src/Runtime/Ghost.Entities/Templates/EntityQuery.JobEntity.gen.cs branch: develop repo: https://git.personalnas.com/Misaki/GhostEngine.git id: ScheduleEntityParallel path: src/Runtime/Ghost.Entities/Templates/EntityQuery.JobEntity.gen.cs startLine: 1093 assemblies: - Ghost.Entities namespace: Ghost.Entities syntax: content: 'public JobHandle ScheduleEntityParallel(TJob jobData, int batchSize, JobHandle dependency) where TJob : unmanaged, IJobEntity where T0 : unmanaged, IComponent' parameters: - id: jobData type: '{TJob}' - id: batchSize type: System.Int32 - id: dependency type: Misaki.HighPerformance.Jobs.JobHandle typeParameters: - id: TJob - id: T0 return: type: Misaki.HighPerformance.Jobs.JobHandle content.vb: Public Function ScheduleEntityParallel(Of TJob As {Structure, IJobEntity(Of T0)}, T0 As {Structure, IComponent})(jobData As TJob, batchSize As Integer, dependency As JobHandle) As JobHandle overload: Ghost.Entities.EntityQuery.ScheduleEntityParallel* nameWithType.vb: EntityQuery.ScheduleEntityParallel(Of TJob, T0)(TJob, Integer, JobHandle) fullName.vb: Ghost.Entities.EntityQuery.ScheduleEntityParallel(Of TJob, T0)(TJob, Integer, Misaki.HighPerformance.Jobs.JobHandle) name.vb: ScheduleEntityParallel(Of TJob, T0)(TJob, Integer, JobHandle) - uid: Ghost.Entities.EntityQuery.ScheduleEntityParallel``3(``0,System.Int32,Misaki.HighPerformance.Jobs.JobHandle) commentId: M:Ghost.Entities.EntityQuery.ScheduleEntityParallel``3(``0,System.Int32,Misaki.HighPerformance.Jobs.JobHandle) id: ScheduleEntityParallel``3(``0,System.Int32,Misaki.HighPerformance.Jobs.JobHandle) parent: Ghost.Entities.EntityQuery langs: - csharp - vb name: ScheduleEntityParallel(TJob, int, JobHandle) nameWithType: EntityQuery.ScheduleEntityParallel(TJob, int, JobHandle) fullName: Ghost.Entities.EntityQuery.ScheduleEntityParallel(TJob, int, Misaki.HighPerformance.Jobs.JobHandle) type: Method source: remote: path: src/Runtime/Ghost.Entities/Templates/EntityQuery.JobEntity.gen.cs branch: develop repo: https://git.personalnas.com/Misaki/GhostEngine.git id: ScheduleEntityParallel path: src/Runtime/Ghost.Entities/Templates/EntityQuery.JobEntity.gen.cs startLine: 1233 assemblies: - Ghost.Entities namespace: Ghost.Entities syntax: content: 'public JobHandle ScheduleEntityParallel(TJob jobData, int batchSize, JobHandle dependency) where TJob : unmanaged, IJobEntity where T0 : unmanaged, IComponent where T1 : unmanaged, IComponent' parameters: - id: jobData type: '{TJob}' - id: batchSize type: System.Int32 - id: dependency type: Misaki.HighPerformance.Jobs.JobHandle typeParameters: - id: TJob - id: T0 - id: T1 return: type: Misaki.HighPerformance.Jobs.JobHandle content.vb: Public Function ScheduleEntityParallel(Of TJob As {Structure, IJobEntity(Of T0, T1)}, T0 As {Structure, IComponent}, T1 As {Structure, IComponent})(jobData As TJob, batchSize As Integer, dependency As JobHandle) As JobHandle overload: Ghost.Entities.EntityQuery.ScheduleEntityParallel* nameWithType.vb: EntityQuery.ScheduleEntityParallel(Of TJob, T0, T1)(TJob, Integer, JobHandle) fullName.vb: Ghost.Entities.EntityQuery.ScheduleEntityParallel(Of TJob, T0, T1)(TJob, Integer, Misaki.HighPerformance.Jobs.JobHandle) name.vb: ScheduleEntityParallel(Of TJob, T0, T1)(TJob, Integer, JobHandle) - uid: Ghost.Entities.EntityQuery.ScheduleEntityParallel``4(``0,System.Int32,Misaki.HighPerformance.Jobs.JobHandle) commentId: M:Ghost.Entities.EntityQuery.ScheduleEntityParallel``4(``0,System.Int32,Misaki.HighPerformance.Jobs.JobHandle) id: ScheduleEntityParallel``4(``0,System.Int32,Misaki.HighPerformance.Jobs.JobHandle) parent: Ghost.Entities.EntityQuery langs: - csharp - vb name: ScheduleEntityParallel(TJob, int, JobHandle) nameWithType: EntityQuery.ScheduleEntityParallel(TJob, int, JobHandle) fullName: Ghost.Entities.EntityQuery.ScheduleEntityParallel(TJob, int, Misaki.HighPerformance.Jobs.JobHandle) type: Method source: remote: path: src/Runtime/Ghost.Entities/Templates/EntityQuery.JobEntity.gen.cs branch: develop repo: https://git.personalnas.com/Misaki/GhostEngine.git id: ScheduleEntityParallel path: src/Runtime/Ghost.Entities/Templates/EntityQuery.JobEntity.gen.cs startLine: 1399 assemblies: - Ghost.Entities namespace: Ghost.Entities syntax: content: 'public JobHandle ScheduleEntityParallel(TJob jobData, int batchSize, JobHandle dependency) where TJob : unmanaged, IJobEntity where T0 : unmanaged, IComponent where T1 : unmanaged, IComponent where T2 : unmanaged, IComponent' parameters: - id: jobData type: '{TJob}' - id: batchSize type: System.Int32 - id: dependency type: Misaki.HighPerformance.Jobs.JobHandle typeParameters: - id: TJob - id: T0 - id: T1 - id: T2 return: type: Misaki.HighPerformance.Jobs.JobHandle content.vb: Public Function ScheduleEntityParallel(Of TJob As {Structure, IJobEntity(Of T0, T1, T2)}, T0 As {Structure, IComponent}, T1 As {Structure, IComponent}, T2 As {Structure, IComponent})(jobData As TJob, batchSize As Integer, dependency As JobHandle) As JobHandle overload: Ghost.Entities.EntityQuery.ScheduleEntityParallel* nameWithType.vb: EntityQuery.ScheduleEntityParallel(Of TJob, T0, T1, T2)(TJob, Integer, JobHandle) fullName.vb: Ghost.Entities.EntityQuery.ScheduleEntityParallel(Of TJob, T0, T1, T2)(TJob, Integer, Misaki.HighPerformance.Jobs.JobHandle) name.vb: ScheduleEntityParallel(Of TJob, T0, T1, T2)(TJob, Integer, JobHandle) - uid: Ghost.Entities.EntityQuery.ScheduleEntityParallel``5(``0,System.Int32,Misaki.HighPerformance.Jobs.JobHandle) commentId: M:Ghost.Entities.EntityQuery.ScheduleEntityParallel``5(``0,System.Int32,Misaki.HighPerformance.Jobs.JobHandle) id: ScheduleEntityParallel``5(``0,System.Int32,Misaki.HighPerformance.Jobs.JobHandle) parent: Ghost.Entities.EntityQuery langs: - csharp - vb name: ScheduleEntityParallel(TJob, int, JobHandle) nameWithType: EntityQuery.ScheduleEntityParallel(TJob, int, JobHandle) fullName: Ghost.Entities.EntityQuery.ScheduleEntityParallel(TJob, int, Misaki.HighPerformance.Jobs.JobHandle) type: Method source: remote: path: src/Runtime/Ghost.Entities/Templates/EntityQuery.JobEntity.gen.cs branch: develop repo: https://git.personalnas.com/Misaki/GhostEngine.git id: ScheduleEntityParallel path: src/Runtime/Ghost.Entities/Templates/EntityQuery.JobEntity.gen.cs startLine: 1591 assemblies: - Ghost.Entities namespace: Ghost.Entities syntax: content: 'public JobHandle ScheduleEntityParallel(TJob jobData, int batchSize, JobHandle dependency) where TJob : unmanaged, IJobEntity where T0 : unmanaged, IComponent where T1 : unmanaged, IComponent where T2 : unmanaged, IComponent where T3 : unmanaged, IComponent' parameters: - id: jobData type: '{TJob}' - id: batchSize type: System.Int32 - id: dependency type: Misaki.HighPerformance.Jobs.JobHandle typeParameters: - id: TJob - id: T0 - id: T1 - id: T2 - id: T3 return: type: Misaki.HighPerformance.Jobs.JobHandle content.vb: Public Function ScheduleEntityParallel(Of TJob As {Structure, IJobEntity(Of T0, T1, T2, T3)}, T0 As {Structure, IComponent}, T1 As {Structure, IComponent}, T2 As {Structure, IComponent}, T3 As {Structure, IComponent})(jobData As TJob, batchSize As Integer, dependency As JobHandle) As JobHandle overload: Ghost.Entities.EntityQuery.ScheduleEntityParallel* nameWithType.vb: EntityQuery.ScheduleEntityParallel(Of TJob, T0, T1, T2, T3)(TJob, Integer, JobHandle) fullName.vb: Ghost.Entities.EntityQuery.ScheduleEntityParallel(Of TJob, T0, T1, T2, T3)(TJob, Integer, Misaki.HighPerformance.Jobs.JobHandle) name.vb: ScheduleEntityParallel(Of TJob, T0, T1, T2, T3)(TJob, Integer, JobHandle) - uid: Ghost.Entities.EntityQuery.ScheduleEntityParallel``6(``0,System.Int32,Misaki.HighPerformance.Jobs.JobHandle) commentId: M:Ghost.Entities.EntityQuery.ScheduleEntityParallel``6(``0,System.Int32,Misaki.HighPerformance.Jobs.JobHandle) id: ScheduleEntityParallel``6(``0,System.Int32,Misaki.HighPerformance.Jobs.JobHandle) parent: Ghost.Entities.EntityQuery langs: - csharp - vb name: ScheduleEntityParallel(TJob, int, JobHandle) nameWithType: EntityQuery.ScheduleEntityParallel(TJob, int, JobHandle) fullName: Ghost.Entities.EntityQuery.ScheduleEntityParallel(TJob, int, Misaki.HighPerformance.Jobs.JobHandle) type: Method source: remote: path: src/Runtime/Ghost.Entities/Templates/EntityQuery.JobEntity.gen.cs branch: develop repo: https://git.personalnas.com/Misaki/GhostEngine.git id: ScheduleEntityParallel path: src/Runtime/Ghost.Entities/Templates/EntityQuery.JobEntity.gen.cs startLine: 1809 assemblies: - Ghost.Entities namespace: Ghost.Entities syntax: content: 'public JobHandle ScheduleEntityParallel(TJob jobData, int batchSize, JobHandle dependency) where TJob : unmanaged, IJobEntity where T0 : unmanaged, IComponent where T1 : unmanaged, IComponent where T2 : unmanaged, IComponent where T3 : unmanaged, IComponent where T4 : unmanaged, IComponent' parameters: - id: jobData type: '{TJob}' - id: batchSize type: System.Int32 - id: dependency type: Misaki.HighPerformance.Jobs.JobHandle typeParameters: - id: TJob - id: T0 - id: T1 - id: T2 - id: T3 - id: T4 return: type: Misaki.HighPerformance.Jobs.JobHandle content.vb: Public Function ScheduleEntityParallel(Of TJob As {Structure, IJobEntity(Of T0, T1, T2, T3, T4)}, T0 As {Structure, IComponent}, T1 As {Structure, IComponent}, T2 As {Structure, IComponent}, T3 As {Structure, IComponent}, T4 As {Structure, IComponent})(jobData As TJob, batchSize As Integer, dependency As JobHandle) As JobHandle overload: Ghost.Entities.EntityQuery.ScheduleEntityParallel* nameWithType.vb: EntityQuery.ScheduleEntityParallel(Of TJob, T0, T1, T2, T3, T4)(TJob, Integer, JobHandle) fullName.vb: Ghost.Entities.EntityQuery.ScheduleEntityParallel(Of TJob, T0, T1, T2, T3, T4)(TJob, Integer, Misaki.HighPerformance.Jobs.JobHandle) name.vb: ScheduleEntityParallel(Of TJob, T0, T1, T2, T3, T4)(TJob, Integer, JobHandle) - uid: Ghost.Entities.EntityQuery.ScheduleEntityParallel``7(``0,System.Int32,Misaki.HighPerformance.Jobs.JobHandle) commentId: M:Ghost.Entities.EntityQuery.ScheduleEntityParallel``7(``0,System.Int32,Misaki.HighPerformance.Jobs.JobHandle) id: ScheduleEntityParallel``7(``0,System.Int32,Misaki.HighPerformance.Jobs.JobHandle) parent: Ghost.Entities.EntityQuery langs: - csharp - vb name: ScheduleEntityParallel(TJob, int, JobHandle) nameWithType: EntityQuery.ScheduleEntityParallel(TJob, int, JobHandle) fullName: Ghost.Entities.EntityQuery.ScheduleEntityParallel(TJob, int, Misaki.HighPerformance.Jobs.JobHandle) type: Method source: remote: path: src/Runtime/Ghost.Entities/Templates/EntityQuery.JobEntity.gen.cs branch: develop repo: https://git.personalnas.com/Misaki/GhostEngine.git id: ScheduleEntityParallel path: src/Runtime/Ghost.Entities/Templates/EntityQuery.JobEntity.gen.cs startLine: 2053 assemblies: - Ghost.Entities namespace: Ghost.Entities syntax: content: 'public JobHandle ScheduleEntityParallel(TJob jobData, int batchSize, JobHandle dependency) where TJob : unmanaged, IJobEntity where T0 : unmanaged, IComponent where T1 : unmanaged, IComponent where T2 : unmanaged, IComponent where T3 : unmanaged, IComponent where T4 : unmanaged, IComponent where T5 : unmanaged, IComponent' parameters: - id: jobData type: '{TJob}' - id: batchSize type: System.Int32 - id: dependency type: Misaki.HighPerformance.Jobs.JobHandle typeParameters: - id: TJob - id: T0 - id: T1 - id: T2 - id: T3 - id: T4 - id: T5 return: type: Misaki.HighPerformance.Jobs.JobHandle content.vb: Public Function ScheduleEntityParallel(Of TJob As {Structure, IJobEntity(Of T0, T1, T2, T3, T4, T5)}, T0 As {Structure, IComponent}, T1 As {Structure, IComponent}, T2 As {Structure, IComponent}, T3 As {Structure, IComponent}, T4 As {Structure, IComponent}, T5 As {Structure, IComponent})(jobData As TJob, batchSize As Integer, dependency As JobHandle) As JobHandle overload: Ghost.Entities.EntityQuery.ScheduleEntityParallel* nameWithType.vb: EntityQuery.ScheduleEntityParallel(Of TJob, T0, T1, T2, T3, T4, T5)(TJob, Integer, JobHandle) fullName.vb: Ghost.Entities.EntityQuery.ScheduleEntityParallel(Of TJob, T0, T1, T2, T3, T4, T5)(TJob, Integer, Misaki.HighPerformance.Jobs.JobHandle) name.vb: ScheduleEntityParallel(Of TJob, T0, T1, T2, T3, T4, T5)(TJob, Integer, JobHandle) - uid: Ghost.Entities.EntityQuery.ScheduleEntityParallel``8(``0,System.Int32,Misaki.HighPerformance.Jobs.JobHandle) commentId: M:Ghost.Entities.EntityQuery.ScheduleEntityParallel``8(``0,System.Int32,Misaki.HighPerformance.Jobs.JobHandle) id: ScheduleEntityParallel``8(``0,System.Int32,Misaki.HighPerformance.Jobs.JobHandle) parent: Ghost.Entities.EntityQuery langs: - csharp - vb name: ScheduleEntityParallel(TJob, int, JobHandle) nameWithType: EntityQuery.ScheduleEntityParallel(TJob, int, JobHandle) fullName: Ghost.Entities.EntityQuery.ScheduleEntityParallel(TJob, int, Misaki.HighPerformance.Jobs.JobHandle) type: Method source: remote: path: src/Runtime/Ghost.Entities/Templates/EntityQuery.JobEntity.gen.cs branch: develop repo: https://git.personalnas.com/Misaki/GhostEngine.git id: ScheduleEntityParallel path: src/Runtime/Ghost.Entities/Templates/EntityQuery.JobEntity.gen.cs startLine: 2323 assemblies: - Ghost.Entities namespace: Ghost.Entities syntax: content: 'public JobHandle ScheduleEntityParallel(TJob jobData, int batchSize, JobHandle dependency) where TJob : unmanaged, IJobEntity where T0 : unmanaged, IComponent where T1 : unmanaged, IComponent where T2 : unmanaged, IComponent where T3 : unmanaged, IComponent where T4 : unmanaged, IComponent where T5 : unmanaged, IComponent where T6 : unmanaged, IComponent' parameters: - id: jobData type: '{TJob}' - id: batchSize type: System.Int32 - id: dependency type: Misaki.HighPerformance.Jobs.JobHandle typeParameters: - id: TJob - id: T0 - id: T1 - id: T2 - id: T3 - id: T4 - id: T5 - id: T6 return: type: Misaki.HighPerformance.Jobs.JobHandle content.vb: Public Function ScheduleEntityParallel(Of TJob As {Structure, IJobEntity(Of T0, T1, T2, T3, T4, T5, T6)}, T0 As {Structure, IComponent}, T1 As {Structure, IComponent}, T2 As {Structure, IComponent}, T3 As {Structure, IComponent}, T4 As {Structure, IComponent}, T5 As {Structure, IComponent}, T6 As {Structure, IComponent})(jobData As TJob, batchSize As Integer, dependency As JobHandle) As JobHandle overload: Ghost.Entities.EntityQuery.ScheduleEntityParallel* nameWithType.vb: EntityQuery.ScheduleEntityParallel(Of TJob, T0, T1, T2, T3, T4, T5, T6)(TJob, Integer, JobHandle) fullName.vb: Ghost.Entities.EntityQuery.ScheduleEntityParallel(Of TJob, T0, T1, T2, T3, T4, T5, T6)(TJob, Integer, Misaki.HighPerformance.Jobs.JobHandle) name.vb: ScheduleEntityParallel(Of TJob, T0, T1, T2, T3, T4, T5, T6)(TJob, Integer, JobHandle) - uid: Ghost.Entities.EntityQuery.ScheduleEntityParallel``9(``0,System.Int32,Misaki.HighPerformance.Jobs.JobHandle) commentId: M:Ghost.Entities.EntityQuery.ScheduleEntityParallel``9(``0,System.Int32,Misaki.HighPerformance.Jobs.JobHandle) id: ScheduleEntityParallel``9(``0,System.Int32,Misaki.HighPerformance.Jobs.JobHandle) parent: Ghost.Entities.EntityQuery langs: - csharp - vb name: ScheduleEntityParallel(TJob, int, JobHandle) nameWithType: EntityQuery.ScheduleEntityParallel(TJob, int, JobHandle) fullName: Ghost.Entities.EntityQuery.ScheduleEntityParallel(TJob, int, Misaki.HighPerformance.Jobs.JobHandle) type: Method source: remote: path: src/Runtime/Ghost.Entities/Templates/EntityQuery.JobEntity.gen.cs branch: develop repo: https://git.personalnas.com/Misaki/GhostEngine.git id: ScheduleEntityParallel path: src/Runtime/Ghost.Entities/Templates/EntityQuery.JobEntity.gen.cs startLine: 2619 assemblies: - Ghost.Entities namespace: Ghost.Entities syntax: content: 'public JobHandle ScheduleEntityParallel(TJob jobData, int batchSize, JobHandle dependency) where TJob : unmanaged, IJobEntity where T0 : unmanaged, IComponent where T1 : unmanaged, IComponent where T2 : unmanaged, IComponent where T3 : unmanaged, IComponent where T4 : unmanaged, IComponent where T5 : unmanaged, IComponent where T6 : unmanaged, IComponent where T7 : unmanaged, IComponent' parameters: - id: jobData type: '{TJob}' - id: batchSize type: System.Int32 - id: dependency type: Misaki.HighPerformance.Jobs.JobHandle typeParameters: - id: TJob - id: T0 - id: T1 - id: T2 - id: T3 - id: T4 - id: T5 - id: T6 - id: T7 return: type: Misaki.HighPerformance.Jobs.JobHandle content.vb: Public Function ScheduleEntityParallel(Of TJob As {Structure, IJobEntity(Of T0, T1, T2, T3, T4, T5, T6, T7)}, T0 As {Structure, IComponent}, T1 As {Structure, IComponent}, T2 As {Structure, IComponent}, T3 As {Structure, IComponent}, T4 As {Structure, IComponent}, T5 As {Structure, IComponent}, T6 As {Structure, IComponent}, T7 As {Structure, IComponent})(jobData As TJob, batchSize As Integer, dependency As JobHandle) As JobHandle overload: Ghost.Entities.EntityQuery.ScheduleEntityParallel* nameWithType.vb: EntityQuery.ScheduleEntityParallel(Of TJob, T0, T1, T2, T3, T4, T5, T6, T7)(TJob, Integer, JobHandle) fullName.vb: Ghost.Entities.EntityQuery.ScheduleEntityParallel(Of TJob, T0, T1, T2, T3, T4, T5, T6, T7)(TJob, Integer, Misaki.HighPerformance.Jobs.JobHandle) name.vb: ScheduleEntityParallel(Of TJob, T0, T1, T2, T3, T4, T5, T6, T7)(TJob, Integer, JobHandle) references: - uid: Ghost.Entities commentId: N:Ghost.Entities href: Ghost.html name: Ghost.Entities nameWithType: Ghost.Entities fullName: Ghost.Entities spec.csharp: - uid: Ghost name: Ghost href: Ghost.html - name: . - uid: Ghost.Entities name: Entities href: Ghost.Entities.html spec.vb: - uid: Ghost name: Ghost href: Ghost.html - name: . - uid: Ghost.Entities name: Entities href: Ghost.Entities.html - uid: System.IDisposable commentId: T:System.IDisposable parent: System isExternal: true href: https://learn.microsoft.com/dotnet/api/system.idisposable name: IDisposable nameWithType: IDisposable fullName: System.IDisposable - uid: System.ValueType.Equals(System.Object) commentId: M:System.ValueType.Equals(System.Object) parent: System.ValueType isExternal: true href: https://learn.microsoft.com/dotnet/api/system.valuetype.equals name: Equals(object) nameWithType: ValueType.Equals(object) fullName: System.ValueType.Equals(object) nameWithType.vb: ValueType.Equals(Object) fullName.vb: System.ValueType.Equals(Object) name.vb: Equals(Object) spec.csharp: - uid: System.ValueType.Equals(System.Object) name: Equals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.valuetype.equals - name: ( - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) spec.vb: - uid: System.ValueType.Equals(System.Object) name: Equals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.valuetype.equals - name: ( - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) - uid: System.ValueType.GetHashCode commentId: M:System.ValueType.GetHashCode parent: System.ValueType isExternal: true href: https://learn.microsoft.com/dotnet/api/system.valuetype.gethashcode name: GetHashCode() nameWithType: ValueType.GetHashCode() fullName: System.ValueType.GetHashCode() spec.csharp: - uid: System.ValueType.GetHashCode name: GetHashCode isExternal: true href: https://learn.microsoft.com/dotnet/api/system.valuetype.gethashcode - name: ( - name: ) spec.vb: - uid: System.ValueType.GetHashCode name: GetHashCode isExternal: true href: https://learn.microsoft.com/dotnet/api/system.valuetype.gethashcode - name: ( - name: ) - uid: System.ValueType.ToString commentId: M:System.ValueType.ToString parent: System.ValueType isExternal: true href: https://learn.microsoft.com/dotnet/api/system.valuetype.tostring name: ToString() nameWithType: ValueType.ToString() fullName: System.ValueType.ToString() spec.csharp: - uid: System.ValueType.ToString name: ToString isExternal: true href: https://learn.microsoft.com/dotnet/api/system.valuetype.tostring - name: ( - name: ) spec.vb: - uid: System.ValueType.ToString name: ToString isExternal: true href: https://learn.microsoft.com/dotnet/api/system.valuetype.tostring - name: ( - name: ) - uid: System.Object.Equals(System.Object,System.Object) commentId: M:System.Object.Equals(System.Object,System.Object) parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) name: Equals(object, object) nameWithType: object.Equals(object, object) fullName: object.Equals(object, object) nameWithType.vb: Object.Equals(Object, Object) fullName.vb: Object.Equals(Object, Object) name.vb: Equals(Object, Object) spec.csharp: - uid: System.Object.Equals(System.Object,System.Object) name: Equals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) - name: ( - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ',' - name: " " - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) spec.vb: - uid: System.Object.Equals(System.Object,System.Object) name: Equals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) - name: ( - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ',' - name: " " - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) - uid: System.Object.GetType commentId: M:System.Object.GetType parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.gettype name: GetType() nameWithType: object.GetType() fullName: object.GetType() nameWithType.vb: Object.GetType() fullName.vb: Object.GetType() spec.csharp: - uid: System.Object.GetType name: GetType isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.gettype - name: ( - name: ) spec.vb: - uid: System.Object.GetType name: GetType isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.gettype - name: ( - name: ) - uid: System.Object.ReferenceEquals(System.Object,System.Object) commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals name: ReferenceEquals(object, object) nameWithType: object.ReferenceEquals(object, object) fullName: object.ReferenceEquals(object, object) nameWithType.vb: Object.ReferenceEquals(Object, Object) fullName.vb: Object.ReferenceEquals(Object, Object) name.vb: ReferenceEquals(Object, Object) spec.csharp: - uid: System.Object.ReferenceEquals(System.Object,System.Object) name: ReferenceEquals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals - name: ( - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ',' - name: " " - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) spec.vb: - uid: System.Object.ReferenceEquals(System.Object,System.Object) name: ReferenceEquals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals - name: ( - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ',' - name: " " - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) - uid: System commentId: N:System isExternal: true href: https://learn.microsoft.com/dotnet/api/system name: System nameWithType: System fullName: System - uid: System.ValueType commentId: T:System.ValueType parent: System isExternal: true href: https://learn.microsoft.com/dotnet/api/system.valuetype name: ValueType nameWithType: ValueType fullName: System.ValueType - uid: System.Object commentId: T:System.Object parent: System isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object name: object nameWithType: object fullName: object nameWithType.vb: Object fullName.vb: Object name.vb: Object - uid: Ghost.Entities.EntityQuery.ScheduleChunkParallel* commentId: Overload:Ghost.Entities.EntityQuery.ScheduleChunkParallel href: Ghost.Entities.EntityQuery.html#Ghost_Entities_EntityQuery_ScheduleChunkParallel__1___0_System_Int32_Misaki_HighPerformance_Jobs_JobHandle_ name: ScheduleChunkParallel nameWithType: EntityQuery.ScheduleChunkParallel fullName: Ghost.Entities.EntityQuery.ScheduleChunkParallel - uid: '{TJob}' commentId: '!:TJob' definition: TJob name: TJob nameWithType: TJob fullName: TJob - uid: System.Int32 commentId: T:System.Int32 parent: System isExternal: true href: https://learn.microsoft.com/dotnet/api/system.int32 name: int nameWithType: int fullName: int nameWithType.vb: Integer fullName.vb: Integer name.vb: Integer - uid: Misaki.HighPerformance.Jobs.JobHandle commentId: T:Misaki.HighPerformance.Jobs.JobHandle parent: Misaki.HighPerformance.Jobs name: JobHandle nameWithType: JobHandle fullName: Misaki.HighPerformance.Jobs.JobHandle - uid: TJob name: TJob nameWithType: TJob fullName: TJob - uid: Misaki.HighPerformance.Jobs commentId: N:Misaki.HighPerformance.Jobs name: Misaki.HighPerformance.Jobs nameWithType: Misaki.HighPerformance.Jobs fullName: Misaki.HighPerformance.Jobs spec.csharp: - uid: Misaki name: Misaki - name: . - uid: Misaki.HighPerformance name: HighPerformance - name: . - uid: Misaki.HighPerformance.Jobs name: Jobs spec.vb: - uid: Misaki name: Misaki - name: . - uid: Misaki.HighPerformance name: HighPerformance - name: . - uid: Misaki.HighPerformance.Jobs name: Jobs - uid: Ghost.Entities.EntityQuery.GetChunkIterator* commentId: Overload:Ghost.Entities.EntityQuery.GetChunkIterator href: Ghost.Entities.EntityQuery.html#Ghost_Entities_EntityQuery_GetChunkIterator name: GetChunkIterator nameWithType: EntityQuery.GetChunkIterator fullName: Ghost.Entities.EntityQuery.GetChunkIterator - uid: Ghost.Entities.EntityQuery.ChunkIterator commentId: T:Ghost.Entities.EntityQuery.ChunkIterator parent: Ghost.Entities href: Ghost.Entities.EntityQuery.html name: EntityQuery.ChunkIterator nameWithType: EntityQuery.ChunkIterator fullName: Ghost.Entities.EntityQuery.ChunkIterator spec.csharp: - uid: Ghost.Entities.EntityQuery name: EntityQuery href: Ghost.Entities.EntityQuery.html - name: . - uid: Ghost.Entities.EntityQuery.ChunkIterator name: ChunkIterator href: Ghost.Entities.EntityQuery.ChunkIterator.html spec.vb: - uid: Ghost.Entities.EntityQuery name: EntityQuery href: Ghost.Entities.EntityQuery.html - name: . - uid: Ghost.Entities.EntityQuery.ChunkIterator name: ChunkIterator href: Ghost.Entities.EntityQuery.ChunkIterator.html - uid: Ghost.Entities.EntityQuery.CalculateEntityCount* commentId: Overload:Ghost.Entities.EntityQuery.CalculateEntityCount href: Ghost.Entities.EntityQuery.html#Ghost_Entities_EntityQuery_CalculateEntityCount name: CalculateEntityCount nameWithType: EntityQuery.CalculateEntityCount fullName: Ghost.Entities.EntityQuery.CalculateEntityCount - uid: Ghost.Entities.EntityQuery.Dispose* commentId: Overload:Ghost.Entities.EntityQuery.Dispose href: Ghost.Entities.EntityQuery.html#Ghost_Entities_EntityQuery_Dispose name: Dispose nameWithType: EntityQuery.Dispose fullName: Ghost.Entities.EntityQuery.Dispose - uid: System.IDisposable.Dispose commentId: M:System.IDisposable.Dispose parent: System.IDisposable isExternal: true href: https://learn.microsoft.com/dotnet/api/system.idisposable.dispose name: Dispose() nameWithType: IDisposable.Dispose() fullName: System.IDisposable.Dispose() spec.csharp: - uid: System.IDisposable.Dispose name: Dispose isExternal: true href: https://learn.microsoft.com/dotnet/api/system.idisposable.dispose - name: ( - name: ) spec.vb: - uid: System.IDisposable.Dispose name: Dispose isExternal: true href: https://learn.microsoft.com/dotnet/api/system.idisposable.dispose - name: ( - name: ) - uid: Ghost.Entities.EntityQuery.GetComponentIterator* commentId: Overload:Ghost.Entities.EntityQuery.GetComponentIterator href: Ghost.Entities.EntityQuery.html#Ghost_Entities_EntityQuery_GetComponentIterator__1 name: GetComponentIterator nameWithType: EntityQuery.GetComponentIterator fullName: Ghost.Entities.EntityQuery.GetComponentIterator - uid: Ghost.Entities.EntityQuery.ComponentIterator{{T0}} commentId: T:Ghost.Entities.EntityQuery.ComponentIterator{``0} parent: Ghost.Entities definition: Ghost.Entities.EntityQuery.ComponentIterator`1 href: Ghost.Entities.EntityQuery.html name: EntityQuery.ComponentIterator nameWithType: EntityQuery.ComponentIterator fullName: Ghost.Entities.EntityQuery.ComponentIterator nameWithType.vb: EntityQuery.ComponentIterator(Of T0) fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0) name.vb: EntityQuery.ComponentIterator(Of T0) spec.csharp: - uid: Ghost.Entities.EntityQuery name: EntityQuery href: Ghost.Entities.EntityQuery.html - name: . - uid: Ghost.Entities.EntityQuery.ComponentIterator`1 name: ComponentIterator href: Ghost.Entities.EntityQuery.ComponentIterator-1.html - name: < - name: T0 - name: '>' spec.vb: - uid: Ghost.Entities.EntityQuery name: EntityQuery href: Ghost.Entities.EntityQuery.html - name: . - uid: Ghost.Entities.EntityQuery.ComponentIterator`1 name: ComponentIterator href: Ghost.Entities.EntityQuery.ComponentIterator-1.html - name: ( - name: Of - name: " " - name: T0 - name: ) - uid: Ghost.Entities.EntityQuery.ComponentIterator`1 commentId: T:Ghost.Entities.EntityQuery.ComponentIterator`1 href: Ghost.Entities.EntityQuery.html name: EntityQuery.ComponentIterator nameWithType: EntityQuery.ComponentIterator fullName: Ghost.Entities.EntityQuery.ComponentIterator nameWithType.vb: EntityQuery.ComponentIterator(Of T0) fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0) name.vb: EntityQuery.ComponentIterator(Of T0) spec.csharp: - uid: Ghost.Entities.EntityQuery name: EntityQuery href: Ghost.Entities.EntityQuery.html - name: . - uid: Ghost.Entities.EntityQuery.ComponentIterator`1 name: ComponentIterator href: Ghost.Entities.EntityQuery.ComponentIterator-1.html - name: < - name: T0 - name: '>' spec.vb: - uid: Ghost.Entities.EntityQuery name: EntityQuery href: Ghost.Entities.EntityQuery.html - name: . - uid: Ghost.Entities.EntityQuery.ComponentIterator`1 name: ComponentIterator href: Ghost.Entities.EntityQuery.ComponentIterator-1.html - name: ( - name: Of - name: " " - name: T0 - name: ) - uid: Ghost.Entities.EntityQuery.ComponentIterator{{T0},{T1}} commentId: T:Ghost.Entities.EntityQuery.ComponentIterator{``0,``1} parent: Ghost.Entities definition: Ghost.Entities.EntityQuery.ComponentIterator`2 href: Ghost.Entities.EntityQuery.html name: EntityQuery.ComponentIterator nameWithType: EntityQuery.ComponentIterator fullName: Ghost.Entities.EntityQuery.ComponentIterator nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1) fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1) name.vb: EntityQuery.ComponentIterator(Of T0, T1) spec.csharp: - uid: Ghost.Entities.EntityQuery name: EntityQuery href: Ghost.Entities.EntityQuery.html - name: . - uid: Ghost.Entities.EntityQuery.ComponentIterator`2 name: ComponentIterator href: Ghost.Entities.EntityQuery.ComponentIterator-2.html - name: < - name: T0 - name: ',' - name: " " - name: T1 - name: '>' spec.vb: - uid: Ghost.Entities.EntityQuery name: EntityQuery href: Ghost.Entities.EntityQuery.html - name: . - uid: Ghost.Entities.EntityQuery.ComponentIterator`2 name: ComponentIterator href: Ghost.Entities.EntityQuery.ComponentIterator-2.html - name: ( - name: Of - name: " " - name: T0 - name: ',' - name: " " - name: T1 - name: ) - uid: Ghost.Entities.EntityQuery.ComponentIterator`2 commentId: T:Ghost.Entities.EntityQuery.ComponentIterator`2 href: Ghost.Entities.EntityQuery.html name: EntityQuery.ComponentIterator nameWithType: EntityQuery.ComponentIterator fullName: Ghost.Entities.EntityQuery.ComponentIterator nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1) fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1) name.vb: EntityQuery.ComponentIterator(Of T0, T1) spec.csharp: - uid: Ghost.Entities.EntityQuery name: EntityQuery href: Ghost.Entities.EntityQuery.html - name: . - uid: Ghost.Entities.EntityQuery.ComponentIterator`2 name: ComponentIterator href: Ghost.Entities.EntityQuery.ComponentIterator-2.html - name: < - name: T0 - name: ',' - name: " " - name: T1 - name: '>' spec.vb: - uid: Ghost.Entities.EntityQuery name: EntityQuery href: Ghost.Entities.EntityQuery.html - name: . - uid: Ghost.Entities.EntityQuery.ComponentIterator`2 name: ComponentIterator href: Ghost.Entities.EntityQuery.ComponentIterator-2.html - name: ( - name: Of - name: " " - name: T0 - name: ',' - name: " " - name: T1 - name: ) - uid: Ghost.Entities.EntityQuery.ComponentIterator{{T0},{T1},{T2}} commentId: T:Ghost.Entities.EntityQuery.ComponentIterator{``0,``1,``2} parent: Ghost.Entities definition: Ghost.Entities.EntityQuery.ComponentIterator`3 href: Ghost.Entities.EntityQuery.html name: EntityQuery.ComponentIterator nameWithType: EntityQuery.ComponentIterator fullName: Ghost.Entities.EntityQuery.ComponentIterator nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2) fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2) name.vb: EntityQuery.ComponentIterator(Of T0, T1, T2) spec.csharp: - uid: Ghost.Entities.EntityQuery name: EntityQuery href: Ghost.Entities.EntityQuery.html - name: . - uid: Ghost.Entities.EntityQuery.ComponentIterator`3 name: ComponentIterator href: Ghost.Entities.EntityQuery.ComponentIterator-3.html - name: < - name: T0 - name: ',' - name: " " - name: T1 - name: ',' - name: " " - name: T2 - name: '>' spec.vb: - uid: Ghost.Entities.EntityQuery name: EntityQuery href: Ghost.Entities.EntityQuery.html - name: . - uid: Ghost.Entities.EntityQuery.ComponentIterator`3 name: ComponentIterator href: Ghost.Entities.EntityQuery.ComponentIterator-3.html - name: ( - name: Of - name: " " - name: T0 - name: ',' - name: " " - name: T1 - name: ',' - name: " " - name: T2 - name: ) - uid: Ghost.Entities.EntityQuery.ComponentIterator`3 commentId: T:Ghost.Entities.EntityQuery.ComponentIterator`3 href: Ghost.Entities.EntityQuery.html name: EntityQuery.ComponentIterator nameWithType: EntityQuery.ComponentIterator fullName: Ghost.Entities.EntityQuery.ComponentIterator nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2) fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2) name.vb: EntityQuery.ComponentIterator(Of T0, T1, T2) spec.csharp: - uid: Ghost.Entities.EntityQuery name: EntityQuery href: Ghost.Entities.EntityQuery.html - name: . - uid: Ghost.Entities.EntityQuery.ComponentIterator`3 name: ComponentIterator href: Ghost.Entities.EntityQuery.ComponentIterator-3.html - name: < - name: T0 - name: ',' - name: " " - name: T1 - name: ',' - name: " " - name: T2 - name: '>' spec.vb: - uid: Ghost.Entities.EntityQuery name: EntityQuery href: Ghost.Entities.EntityQuery.html - name: . - uid: Ghost.Entities.EntityQuery.ComponentIterator`3 name: ComponentIterator href: Ghost.Entities.EntityQuery.ComponentIterator-3.html - name: ( - name: Of - name: " " - name: T0 - name: ',' - name: " " - name: T1 - name: ',' - name: " " - name: T2 - name: ) - uid: Ghost.Entities.EntityQuery.ComponentIterator{{T0},{T1},{T2},{T3}} commentId: T:Ghost.Entities.EntityQuery.ComponentIterator{``0,``1,``2,``3} parent: Ghost.Entities definition: Ghost.Entities.EntityQuery.ComponentIterator`4 href: Ghost.Entities.EntityQuery.html name: EntityQuery.ComponentIterator nameWithType: EntityQuery.ComponentIterator fullName: Ghost.Entities.EntityQuery.ComponentIterator nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3) fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2, T3) name.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3) spec.csharp: - uid: Ghost.Entities.EntityQuery name: EntityQuery href: Ghost.Entities.EntityQuery.html - name: . - uid: Ghost.Entities.EntityQuery.ComponentIterator`4 name: ComponentIterator href: Ghost.Entities.EntityQuery.ComponentIterator-4.html - name: < - name: T0 - name: ',' - name: " " - name: T1 - name: ',' - name: " " - name: T2 - name: ',' - name: " " - name: T3 - name: '>' spec.vb: - uid: Ghost.Entities.EntityQuery name: EntityQuery href: Ghost.Entities.EntityQuery.html - name: . - uid: Ghost.Entities.EntityQuery.ComponentIterator`4 name: ComponentIterator href: Ghost.Entities.EntityQuery.ComponentIterator-4.html - name: ( - name: Of - name: " " - name: T0 - name: ',' - name: " " - name: T1 - name: ',' - name: " " - name: T2 - name: ',' - name: " " - name: T3 - name: ) - uid: Ghost.Entities.EntityQuery.ComponentIterator`4 commentId: T:Ghost.Entities.EntityQuery.ComponentIterator`4 href: Ghost.Entities.EntityQuery.html name: EntityQuery.ComponentIterator nameWithType: EntityQuery.ComponentIterator fullName: Ghost.Entities.EntityQuery.ComponentIterator nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3) fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2, T3) name.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3) spec.csharp: - uid: Ghost.Entities.EntityQuery name: EntityQuery href: Ghost.Entities.EntityQuery.html - name: . - uid: Ghost.Entities.EntityQuery.ComponentIterator`4 name: ComponentIterator href: Ghost.Entities.EntityQuery.ComponentIterator-4.html - name: < - name: T0 - name: ',' - name: " " - name: T1 - name: ',' - name: " " - name: T2 - name: ',' - name: " " - name: T3 - name: '>' spec.vb: - uid: Ghost.Entities.EntityQuery name: EntityQuery href: Ghost.Entities.EntityQuery.html - name: . - uid: Ghost.Entities.EntityQuery.ComponentIterator`4 name: ComponentIterator href: Ghost.Entities.EntityQuery.ComponentIterator-4.html - name: ( - name: Of - name: " " - name: T0 - name: ',' - name: " " - name: T1 - name: ',' - name: " " - name: T2 - name: ',' - name: " " - name: T3 - name: ) - uid: Ghost.Entities.EntityQuery.ComponentIterator{{T0},{T1},{T2},{T3},{T4}} commentId: T:Ghost.Entities.EntityQuery.ComponentIterator{``0,``1,``2,``3,``4} parent: Ghost.Entities definition: Ghost.Entities.EntityQuery.ComponentIterator`5 href: Ghost.Entities.EntityQuery.html name: EntityQuery.ComponentIterator nameWithType: EntityQuery.ComponentIterator fullName: Ghost.Entities.EntityQuery.ComponentIterator nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4) fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4) name.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4) spec.csharp: - uid: Ghost.Entities.EntityQuery name: EntityQuery href: Ghost.Entities.EntityQuery.html - name: . - uid: Ghost.Entities.EntityQuery.ComponentIterator`5 name: ComponentIterator href: Ghost.Entities.EntityQuery.ComponentIterator-5.html - name: < - name: T0 - name: ',' - name: " " - name: T1 - name: ',' - name: " " - name: T2 - name: ',' - name: " " - name: T3 - name: ',' - name: " " - name: T4 - name: '>' spec.vb: - uid: Ghost.Entities.EntityQuery name: EntityQuery href: Ghost.Entities.EntityQuery.html - name: . - uid: Ghost.Entities.EntityQuery.ComponentIterator`5 name: ComponentIterator href: Ghost.Entities.EntityQuery.ComponentIterator-5.html - name: ( - name: Of - name: " " - name: T0 - name: ',' - name: " " - name: T1 - name: ',' - name: " " - name: T2 - name: ',' - name: " " - name: T3 - name: ',' - name: " " - name: T4 - name: ) - uid: Ghost.Entities.EntityQuery.ComponentIterator`5 commentId: T:Ghost.Entities.EntityQuery.ComponentIterator`5 href: Ghost.Entities.EntityQuery.html name: EntityQuery.ComponentIterator nameWithType: EntityQuery.ComponentIterator fullName: Ghost.Entities.EntityQuery.ComponentIterator nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4) fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4) name.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4) spec.csharp: - uid: Ghost.Entities.EntityQuery name: EntityQuery href: Ghost.Entities.EntityQuery.html - name: . - uid: Ghost.Entities.EntityQuery.ComponentIterator`5 name: ComponentIterator href: Ghost.Entities.EntityQuery.ComponentIterator-5.html - name: < - name: T0 - name: ',' - name: " " - name: T1 - name: ',' - name: " " - name: T2 - name: ',' - name: " " - name: T3 - name: ',' - name: " " - name: T4 - name: '>' spec.vb: - uid: Ghost.Entities.EntityQuery name: EntityQuery href: Ghost.Entities.EntityQuery.html - name: . - uid: Ghost.Entities.EntityQuery.ComponentIterator`5 name: ComponentIterator href: Ghost.Entities.EntityQuery.ComponentIterator-5.html - name: ( - name: Of - name: " " - name: T0 - name: ',' - name: " " - name: T1 - name: ',' - name: " " - name: T2 - name: ',' - name: " " - name: T3 - name: ',' - name: " " - name: T4 - name: ) - uid: Ghost.Entities.EntityQuery.ComponentIterator{{T0},{T1},{T2},{T3},{T4},{T5}} commentId: T:Ghost.Entities.EntityQuery.ComponentIterator{``0,``1,``2,``3,``4,``5} parent: Ghost.Entities definition: Ghost.Entities.EntityQuery.ComponentIterator`6 href: Ghost.Entities.EntityQuery.html name: EntityQuery.ComponentIterator nameWithType: EntityQuery.ComponentIterator fullName: Ghost.Entities.EntityQuery.ComponentIterator nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5) fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5) name.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5) spec.csharp: - uid: Ghost.Entities.EntityQuery name: EntityQuery href: Ghost.Entities.EntityQuery.html - name: . - uid: Ghost.Entities.EntityQuery.ComponentIterator`6 name: ComponentIterator href: Ghost.Entities.EntityQuery.ComponentIterator-6.html - name: < - name: T0 - name: ',' - name: " " - name: T1 - name: ',' - name: " " - name: T2 - name: ',' - name: " " - name: T3 - name: ',' - name: " " - name: T4 - name: ',' - name: " " - name: T5 - name: '>' spec.vb: - uid: Ghost.Entities.EntityQuery name: EntityQuery href: Ghost.Entities.EntityQuery.html - name: . - uid: Ghost.Entities.EntityQuery.ComponentIterator`6 name: ComponentIterator href: Ghost.Entities.EntityQuery.ComponentIterator-6.html - name: ( - name: Of - name: " " - name: T0 - name: ',' - name: " " - name: T1 - name: ',' - name: " " - name: T2 - name: ',' - name: " " - name: T3 - name: ',' - name: " " - name: T4 - name: ',' - name: " " - name: T5 - name: ) - uid: Ghost.Entities.EntityQuery.ComponentIterator`6 commentId: T:Ghost.Entities.EntityQuery.ComponentIterator`6 href: Ghost.Entities.EntityQuery.html name: EntityQuery.ComponentIterator nameWithType: EntityQuery.ComponentIterator fullName: Ghost.Entities.EntityQuery.ComponentIterator nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5) fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5) name.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5) spec.csharp: - uid: Ghost.Entities.EntityQuery name: EntityQuery href: Ghost.Entities.EntityQuery.html - name: . - uid: Ghost.Entities.EntityQuery.ComponentIterator`6 name: ComponentIterator href: Ghost.Entities.EntityQuery.ComponentIterator-6.html - name: < - name: T0 - name: ',' - name: " " - name: T1 - name: ',' - name: " " - name: T2 - name: ',' - name: " " - name: T3 - name: ',' - name: " " - name: T4 - name: ',' - name: " " - name: T5 - name: '>' spec.vb: - uid: Ghost.Entities.EntityQuery name: EntityQuery href: Ghost.Entities.EntityQuery.html - name: . - uid: Ghost.Entities.EntityQuery.ComponentIterator`6 name: ComponentIterator href: Ghost.Entities.EntityQuery.ComponentIterator-6.html - name: ( - name: Of - name: " " - name: T0 - name: ',' - name: " " - name: T1 - name: ',' - name: " " - name: T2 - name: ',' - name: " " - name: T3 - name: ',' - name: " " - name: T4 - name: ',' - name: " " - name: T5 - name: ) - uid: Ghost.Entities.EntityQuery.ComponentIterator{{T0},{T1},{T2},{T3},{T4},{T5},{T6}} commentId: T:Ghost.Entities.EntityQuery.ComponentIterator{``0,``1,``2,``3,``4,``5,``6} parent: Ghost.Entities definition: Ghost.Entities.EntityQuery.ComponentIterator`7 href: Ghost.Entities.EntityQuery.html name: EntityQuery.ComponentIterator nameWithType: EntityQuery.ComponentIterator fullName: Ghost.Entities.EntityQuery.ComponentIterator nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5, T6) fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5, T6) name.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5, T6) spec.csharp: - uid: Ghost.Entities.EntityQuery name: EntityQuery href: Ghost.Entities.EntityQuery.html - name: . - uid: Ghost.Entities.EntityQuery.ComponentIterator`7 name: ComponentIterator href: Ghost.Entities.EntityQuery.ComponentIterator-7.html - name: < - name: T0 - name: ',' - name: " " - name: T1 - name: ',' - name: " " - name: T2 - name: ',' - name: " " - name: T3 - name: ',' - name: " " - name: T4 - name: ',' - name: " " - name: T5 - name: ',' - name: " " - name: T6 - name: '>' spec.vb: - uid: Ghost.Entities.EntityQuery name: EntityQuery href: Ghost.Entities.EntityQuery.html - name: . - uid: Ghost.Entities.EntityQuery.ComponentIterator`7 name: ComponentIterator href: Ghost.Entities.EntityQuery.ComponentIterator-7.html - name: ( - name: Of - name: " " - name: T0 - name: ',' - name: " " - name: T1 - name: ',' - name: " " - name: T2 - name: ',' - name: " " - name: T3 - name: ',' - name: " " - name: T4 - name: ',' - name: " " - name: T5 - name: ',' - name: " " - name: T6 - name: ) - uid: Ghost.Entities.EntityQuery.ComponentIterator`7 commentId: T:Ghost.Entities.EntityQuery.ComponentIterator`7 href: Ghost.Entities.EntityQuery.html name: EntityQuery.ComponentIterator nameWithType: EntityQuery.ComponentIterator fullName: Ghost.Entities.EntityQuery.ComponentIterator nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5, T6) fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5, T6) name.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5, T6) spec.csharp: - uid: Ghost.Entities.EntityQuery name: EntityQuery href: Ghost.Entities.EntityQuery.html - name: . - uid: Ghost.Entities.EntityQuery.ComponentIterator`7 name: ComponentIterator href: Ghost.Entities.EntityQuery.ComponentIterator-7.html - name: < - name: T0 - name: ',' - name: " " - name: T1 - name: ',' - name: " " - name: T2 - name: ',' - name: " " - name: T3 - name: ',' - name: " " - name: T4 - name: ',' - name: " " - name: T5 - name: ',' - name: " " - name: T6 - name: '>' spec.vb: - uid: Ghost.Entities.EntityQuery name: EntityQuery href: Ghost.Entities.EntityQuery.html - name: . - uid: Ghost.Entities.EntityQuery.ComponentIterator`7 name: ComponentIterator href: Ghost.Entities.EntityQuery.ComponentIterator-7.html - name: ( - name: Of - name: " " - name: T0 - name: ',' - name: " " - name: T1 - name: ',' - name: " " - name: T2 - name: ',' - name: " " - name: T3 - name: ',' - name: " " - name: T4 - name: ',' - name: " " - name: T5 - name: ',' - name: " " - name: T6 - name: ) - uid: Ghost.Entities.EntityQuery.ComponentIterator{{T0},{T1},{T2},{T3},{T4},{T5},{T6},{T7}} commentId: T:Ghost.Entities.EntityQuery.ComponentIterator{``0,``1,``2,``3,``4,``5,``6,``7} parent: Ghost.Entities definition: Ghost.Entities.EntityQuery.ComponentIterator`8 href: Ghost.Entities.EntityQuery.html name: EntityQuery.ComponentIterator nameWithType: EntityQuery.ComponentIterator fullName: Ghost.Entities.EntityQuery.ComponentIterator nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5, T6, T7) fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5, T6, T7) name.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5, T6, T7) spec.csharp: - uid: Ghost.Entities.EntityQuery name: EntityQuery href: Ghost.Entities.EntityQuery.html - name: . - uid: Ghost.Entities.EntityQuery.ComponentIterator`8 name: ComponentIterator href: Ghost.Entities.EntityQuery.ComponentIterator-8.html - name: < - name: T0 - name: ',' - name: " " - name: T1 - name: ',' - name: " " - name: T2 - name: ',' - name: " " - name: T3 - name: ',' - name: " " - name: T4 - name: ',' - name: " " - name: T5 - name: ',' - name: " " - name: T6 - name: ',' - name: " " - name: T7 - name: '>' spec.vb: - uid: Ghost.Entities.EntityQuery name: EntityQuery href: Ghost.Entities.EntityQuery.html - name: . - uid: Ghost.Entities.EntityQuery.ComponentIterator`8 name: ComponentIterator href: Ghost.Entities.EntityQuery.ComponentIterator-8.html - name: ( - name: Of - name: " " - name: T0 - name: ',' - name: " " - name: T1 - name: ',' - name: " " - name: T2 - name: ',' - name: " " - name: T3 - name: ',' - name: " " - name: T4 - name: ',' - name: " " - name: T5 - name: ',' - name: " " - name: T6 - name: ',' - name: " " - name: T7 - name: ) - uid: Ghost.Entities.EntityQuery.ComponentIterator`8 commentId: T:Ghost.Entities.EntityQuery.ComponentIterator`8 href: Ghost.Entities.EntityQuery.html name: EntityQuery.ComponentIterator nameWithType: EntityQuery.ComponentIterator fullName: Ghost.Entities.EntityQuery.ComponentIterator nameWithType.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5, T6, T7) fullName.vb: Ghost.Entities.EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5, T6, T7) name.vb: EntityQuery.ComponentIterator(Of T0, T1, T2, T3, T4, T5, T6, T7) spec.csharp: - uid: Ghost.Entities.EntityQuery name: EntityQuery href: Ghost.Entities.EntityQuery.html - name: . - uid: Ghost.Entities.EntityQuery.ComponentIterator`8 name: ComponentIterator href: Ghost.Entities.EntityQuery.ComponentIterator-8.html - name: < - name: T0 - name: ',' - name: " " - name: T1 - name: ',' - name: " " - name: T2 - name: ',' - name: " " - name: T3 - name: ',' - name: " " - name: T4 - name: ',' - name: " " - name: T5 - name: ',' - name: " " - name: T6 - name: ',' - name: " " - name: T7 - name: '>' spec.vb: - uid: Ghost.Entities.EntityQuery name: EntityQuery href: Ghost.Entities.EntityQuery.html - name: . - uid: Ghost.Entities.EntityQuery.ComponentIterator`8 name: ComponentIterator href: Ghost.Entities.EntityQuery.ComponentIterator-8.html - name: ( - name: Of - name: " " - name: T0 - name: ',' - name: " " - name: T1 - name: ',' - name: " " - name: T2 - name: ',' - name: " " - name: T3 - name: ',' - name: " " - name: T4 - name: ',' - name: " " - name: T5 - name: ',' - name: " " - name: T6 - name: ',' - name: " " - name: T7 - name: ) - uid: Ghost.Entities.EntityQuery.GetEntityComponentIterator* commentId: Overload:Ghost.Entities.EntityQuery.GetEntityComponentIterator href: Ghost.Entities.EntityQuery.html#Ghost_Entities_EntityQuery_GetEntityComponentIterator__1 name: GetEntityComponentIterator nameWithType: EntityQuery.GetEntityComponentIterator fullName: Ghost.Entities.EntityQuery.GetEntityComponentIterator - uid: Ghost.Entities.EntityQuery.EntityComponentIterator{{T0}} commentId: T:Ghost.Entities.EntityQuery.EntityComponentIterator{``0} parent: Ghost.Entities definition: Ghost.Entities.EntityQuery.EntityComponentIterator`1 href: Ghost.Entities.EntityQuery.html name: EntityQuery.EntityComponentIterator nameWithType: EntityQuery.EntityComponentIterator fullName: Ghost.Entities.EntityQuery.EntityComponentIterator nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0) fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0) name.vb: EntityQuery.EntityComponentIterator(Of T0) spec.csharp: - uid: Ghost.Entities.EntityQuery name: EntityQuery href: Ghost.Entities.EntityQuery.html - name: . - uid: Ghost.Entities.EntityQuery.EntityComponentIterator`1 name: EntityComponentIterator href: Ghost.Entities.EntityQuery.EntityComponentIterator-1.html - name: < - name: T0 - name: '>' spec.vb: - uid: Ghost.Entities.EntityQuery name: EntityQuery href: Ghost.Entities.EntityQuery.html - name: . - uid: Ghost.Entities.EntityQuery.EntityComponentIterator`1 name: EntityComponentIterator href: Ghost.Entities.EntityQuery.EntityComponentIterator-1.html - name: ( - name: Of - name: " " - name: T0 - name: ) - uid: Ghost.Entities.EntityQuery.EntityComponentIterator`1 commentId: T:Ghost.Entities.EntityQuery.EntityComponentIterator`1 href: Ghost.Entities.EntityQuery.html name: EntityQuery.EntityComponentIterator nameWithType: EntityQuery.EntityComponentIterator fullName: Ghost.Entities.EntityQuery.EntityComponentIterator nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0) fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0) name.vb: EntityQuery.EntityComponentIterator(Of T0) spec.csharp: - uid: Ghost.Entities.EntityQuery name: EntityQuery href: Ghost.Entities.EntityQuery.html - name: . - uid: Ghost.Entities.EntityQuery.EntityComponentIterator`1 name: EntityComponentIterator href: Ghost.Entities.EntityQuery.EntityComponentIterator-1.html - name: < - name: T0 - name: '>' spec.vb: - uid: Ghost.Entities.EntityQuery name: EntityQuery href: Ghost.Entities.EntityQuery.html - name: . - uid: Ghost.Entities.EntityQuery.EntityComponentIterator`1 name: EntityComponentIterator href: Ghost.Entities.EntityQuery.EntityComponentIterator-1.html - name: ( - name: Of - name: " " - name: T0 - name: ) - uid: Ghost.Entities.EntityQuery.EntityComponentIterator{{T0},{T1}} commentId: T:Ghost.Entities.EntityQuery.EntityComponentIterator{``0,``1} parent: Ghost.Entities definition: Ghost.Entities.EntityQuery.EntityComponentIterator`2 href: Ghost.Entities.EntityQuery.html name: EntityQuery.EntityComponentIterator nameWithType: EntityQuery.EntityComponentIterator fullName: Ghost.Entities.EntityQuery.EntityComponentIterator nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1) fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1) name.vb: EntityQuery.EntityComponentIterator(Of T0, T1) spec.csharp: - uid: Ghost.Entities.EntityQuery name: EntityQuery href: Ghost.Entities.EntityQuery.html - name: . - uid: Ghost.Entities.EntityQuery.EntityComponentIterator`2 name: EntityComponentIterator href: Ghost.Entities.EntityQuery.EntityComponentIterator-2.html - name: < - name: T0 - name: ',' - name: " " - name: T1 - name: '>' spec.vb: - uid: Ghost.Entities.EntityQuery name: EntityQuery href: Ghost.Entities.EntityQuery.html - name: . - uid: Ghost.Entities.EntityQuery.EntityComponentIterator`2 name: EntityComponentIterator href: Ghost.Entities.EntityQuery.EntityComponentIterator-2.html - name: ( - name: Of - name: " " - name: T0 - name: ',' - name: " " - name: T1 - name: ) - uid: Ghost.Entities.EntityQuery.EntityComponentIterator`2 commentId: T:Ghost.Entities.EntityQuery.EntityComponentIterator`2 href: Ghost.Entities.EntityQuery.html name: EntityQuery.EntityComponentIterator nameWithType: EntityQuery.EntityComponentIterator fullName: Ghost.Entities.EntityQuery.EntityComponentIterator nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1) fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1) name.vb: EntityQuery.EntityComponentIterator(Of T0, T1) spec.csharp: - uid: Ghost.Entities.EntityQuery name: EntityQuery href: Ghost.Entities.EntityQuery.html - name: . - uid: Ghost.Entities.EntityQuery.EntityComponentIterator`2 name: EntityComponentIterator href: Ghost.Entities.EntityQuery.EntityComponentIterator-2.html - name: < - name: T0 - name: ',' - name: " " - name: T1 - name: '>' spec.vb: - uid: Ghost.Entities.EntityQuery name: EntityQuery href: Ghost.Entities.EntityQuery.html - name: . - uid: Ghost.Entities.EntityQuery.EntityComponentIterator`2 name: EntityComponentIterator href: Ghost.Entities.EntityQuery.EntityComponentIterator-2.html - name: ( - name: Of - name: " " - name: T0 - name: ',' - name: " " - name: T1 - name: ) - uid: Ghost.Entities.EntityQuery.EntityComponentIterator{{T0},{T1},{T2}} commentId: T:Ghost.Entities.EntityQuery.EntityComponentIterator{``0,``1,``2} parent: Ghost.Entities definition: Ghost.Entities.EntityQuery.EntityComponentIterator`3 href: Ghost.Entities.EntityQuery.html name: EntityQuery.EntityComponentIterator nameWithType: EntityQuery.EntityComponentIterator fullName: Ghost.Entities.EntityQuery.EntityComponentIterator nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2) fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2) name.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2) spec.csharp: - uid: Ghost.Entities.EntityQuery name: EntityQuery href: Ghost.Entities.EntityQuery.html - name: . - uid: Ghost.Entities.EntityQuery.EntityComponentIterator`3 name: EntityComponentIterator href: Ghost.Entities.EntityQuery.EntityComponentIterator-3.html - name: < - name: T0 - name: ',' - name: " " - name: T1 - name: ',' - name: " " - name: T2 - name: '>' spec.vb: - uid: Ghost.Entities.EntityQuery name: EntityQuery href: Ghost.Entities.EntityQuery.html - name: . - uid: Ghost.Entities.EntityQuery.EntityComponentIterator`3 name: EntityComponentIterator href: Ghost.Entities.EntityQuery.EntityComponentIterator-3.html - name: ( - name: Of - name: " " - name: T0 - name: ',' - name: " " - name: T1 - name: ',' - name: " " - name: T2 - name: ) - uid: Ghost.Entities.EntityQuery.EntityComponentIterator`3 commentId: T:Ghost.Entities.EntityQuery.EntityComponentIterator`3 href: Ghost.Entities.EntityQuery.html name: EntityQuery.EntityComponentIterator nameWithType: EntityQuery.EntityComponentIterator fullName: Ghost.Entities.EntityQuery.EntityComponentIterator nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2) fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2) name.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2) spec.csharp: - uid: Ghost.Entities.EntityQuery name: EntityQuery href: Ghost.Entities.EntityQuery.html - name: . - uid: Ghost.Entities.EntityQuery.EntityComponentIterator`3 name: EntityComponentIterator href: Ghost.Entities.EntityQuery.EntityComponentIterator-3.html - name: < - name: T0 - name: ',' - name: " " - name: T1 - name: ',' - name: " " - name: T2 - name: '>' spec.vb: - uid: Ghost.Entities.EntityQuery name: EntityQuery href: Ghost.Entities.EntityQuery.html - name: . - uid: Ghost.Entities.EntityQuery.EntityComponentIterator`3 name: EntityComponentIterator href: Ghost.Entities.EntityQuery.EntityComponentIterator-3.html - name: ( - name: Of - name: " " - name: T0 - name: ',' - name: " " - name: T1 - name: ',' - name: " " - name: T2 - name: ) - uid: Ghost.Entities.EntityQuery.EntityComponentIterator{{T0},{T1},{T2},{T3}} commentId: T:Ghost.Entities.EntityQuery.EntityComponentIterator{``0,``1,``2,``3} parent: Ghost.Entities definition: Ghost.Entities.EntityQuery.EntityComponentIterator`4 href: Ghost.Entities.EntityQuery.html name: EntityQuery.EntityComponentIterator nameWithType: EntityQuery.EntityComponentIterator fullName: Ghost.Entities.EntityQuery.EntityComponentIterator nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3) fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3) name.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3) spec.csharp: - uid: Ghost.Entities.EntityQuery name: EntityQuery href: Ghost.Entities.EntityQuery.html - name: . - uid: Ghost.Entities.EntityQuery.EntityComponentIterator`4 name: EntityComponentIterator href: Ghost.Entities.EntityQuery.EntityComponentIterator-4.html - name: < - name: T0 - name: ',' - name: " " - name: T1 - name: ',' - name: " " - name: T2 - name: ',' - name: " " - name: T3 - name: '>' spec.vb: - uid: Ghost.Entities.EntityQuery name: EntityQuery href: Ghost.Entities.EntityQuery.html - name: . - uid: Ghost.Entities.EntityQuery.EntityComponentIterator`4 name: EntityComponentIterator href: Ghost.Entities.EntityQuery.EntityComponentIterator-4.html - name: ( - name: Of - name: " " - name: T0 - name: ',' - name: " " - name: T1 - name: ',' - name: " " - name: T2 - name: ',' - name: " " - name: T3 - name: ) - uid: Ghost.Entities.EntityQuery.EntityComponentIterator`4 commentId: T:Ghost.Entities.EntityQuery.EntityComponentIterator`4 href: Ghost.Entities.EntityQuery.html name: EntityQuery.EntityComponentIterator nameWithType: EntityQuery.EntityComponentIterator fullName: Ghost.Entities.EntityQuery.EntityComponentIterator nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3) fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3) name.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3) spec.csharp: - uid: Ghost.Entities.EntityQuery name: EntityQuery href: Ghost.Entities.EntityQuery.html - name: . - uid: Ghost.Entities.EntityQuery.EntityComponentIterator`4 name: EntityComponentIterator href: Ghost.Entities.EntityQuery.EntityComponentIterator-4.html - name: < - name: T0 - name: ',' - name: " " - name: T1 - name: ',' - name: " " - name: T2 - name: ',' - name: " " - name: T3 - name: '>' spec.vb: - uid: Ghost.Entities.EntityQuery name: EntityQuery href: Ghost.Entities.EntityQuery.html - name: . - uid: Ghost.Entities.EntityQuery.EntityComponentIterator`4 name: EntityComponentIterator href: Ghost.Entities.EntityQuery.EntityComponentIterator-4.html - name: ( - name: Of - name: " " - name: T0 - name: ',' - name: " " - name: T1 - name: ',' - name: " " - name: T2 - name: ',' - name: " " - name: T3 - name: ) - uid: Ghost.Entities.EntityQuery.EntityComponentIterator{{T0},{T1},{T2},{T3},{T4}} commentId: T:Ghost.Entities.EntityQuery.EntityComponentIterator{``0,``1,``2,``3,``4} parent: Ghost.Entities definition: Ghost.Entities.EntityQuery.EntityComponentIterator`5 href: Ghost.Entities.EntityQuery.html name: EntityQuery.EntityComponentIterator nameWithType: EntityQuery.EntityComponentIterator fullName: Ghost.Entities.EntityQuery.EntityComponentIterator nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4) fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4) name.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4) spec.csharp: - uid: Ghost.Entities.EntityQuery name: EntityQuery href: Ghost.Entities.EntityQuery.html - name: . - uid: Ghost.Entities.EntityQuery.EntityComponentIterator`5 name: EntityComponentIterator href: Ghost.Entities.EntityQuery.EntityComponentIterator-5.html - name: < - name: T0 - name: ',' - name: " " - name: T1 - name: ',' - name: " " - name: T2 - name: ',' - name: " " - name: T3 - name: ',' - name: " " - name: T4 - name: '>' spec.vb: - uid: Ghost.Entities.EntityQuery name: EntityQuery href: Ghost.Entities.EntityQuery.html - name: . - uid: Ghost.Entities.EntityQuery.EntityComponentIterator`5 name: EntityComponentIterator href: Ghost.Entities.EntityQuery.EntityComponentIterator-5.html - name: ( - name: Of - name: " " - name: T0 - name: ',' - name: " " - name: T1 - name: ',' - name: " " - name: T2 - name: ',' - name: " " - name: T3 - name: ',' - name: " " - name: T4 - name: ) - uid: Ghost.Entities.EntityQuery.EntityComponentIterator`5 commentId: T:Ghost.Entities.EntityQuery.EntityComponentIterator`5 href: Ghost.Entities.EntityQuery.html name: EntityQuery.EntityComponentIterator nameWithType: EntityQuery.EntityComponentIterator fullName: Ghost.Entities.EntityQuery.EntityComponentIterator nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4) fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4) name.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4) spec.csharp: - uid: Ghost.Entities.EntityQuery name: EntityQuery href: Ghost.Entities.EntityQuery.html - name: . - uid: Ghost.Entities.EntityQuery.EntityComponentIterator`5 name: EntityComponentIterator href: Ghost.Entities.EntityQuery.EntityComponentIterator-5.html - name: < - name: T0 - name: ',' - name: " " - name: T1 - name: ',' - name: " " - name: T2 - name: ',' - name: " " - name: T3 - name: ',' - name: " " - name: T4 - name: '>' spec.vb: - uid: Ghost.Entities.EntityQuery name: EntityQuery href: Ghost.Entities.EntityQuery.html - name: . - uid: Ghost.Entities.EntityQuery.EntityComponentIterator`5 name: EntityComponentIterator href: Ghost.Entities.EntityQuery.EntityComponentIterator-5.html - name: ( - name: Of - name: " " - name: T0 - name: ',' - name: " " - name: T1 - name: ',' - name: " " - name: T2 - name: ',' - name: " " - name: T3 - name: ',' - name: " " - name: T4 - name: ) - uid: Ghost.Entities.EntityQuery.EntityComponentIterator{{T0},{T1},{T2},{T3},{T4},{T5}} commentId: T:Ghost.Entities.EntityQuery.EntityComponentIterator{``0,``1,``2,``3,``4,``5} parent: Ghost.Entities definition: Ghost.Entities.EntityQuery.EntityComponentIterator`6 href: Ghost.Entities.EntityQuery.html name: EntityQuery.EntityComponentIterator nameWithType: EntityQuery.EntityComponentIterator fullName: Ghost.Entities.EntityQuery.EntityComponentIterator nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5) fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5) name.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5) spec.csharp: - uid: Ghost.Entities.EntityQuery name: EntityQuery href: Ghost.Entities.EntityQuery.html - name: . - uid: Ghost.Entities.EntityQuery.EntityComponentIterator`6 name: EntityComponentIterator href: Ghost.Entities.EntityQuery.EntityComponentIterator-6.html - name: < - name: T0 - name: ',' - name: " " - name: T1 - name: ',' - name: " " - name: T2 - name: ',' - name: " " - name: T3 - name: ',' - name: " " - name: T4 - name: ',' - name: " " - name: T5 - name: '>' spec.vb: - uid: Ghost.Entities.EntityQuery name: EntityQuery href: Ghost.Entities.EntityQuery.html - name: . - uid: Ghost.Entities.EntityQuery.EntityComponentIterator`6 name: EntityComponentIterator href: Ghost.Entities.EntityQuery.EntityComponentIterator-6.html - name: ( - name: Of - name: " " - name: T0 - name: ',' - name: " " - name: T1 - name: ',' - name: " " - name: T2 - name: ',' - name: " " - name: T3 - name: ',' - name: " " - name: T4 - name: ',' - name: " " - name: T5 - name: ) - uid: Ghost.Entities.EntityQuery.EntityComponentIterator`6 commentId: T:Ghost.Entities.EntityQuery.EntityComponentIterator`6 href: Ghost.Entities.EntityQuery.html name: EntityQuery.EntityComponentIterator nameWithType: EntityQuery.EntityComponentIterator fullName: Ghost.Entities.EntityQuery.EntityComponentIterator nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5) fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5) name.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5) spec.csharp: - uid: Ghost.Entities.EntityQuery name: EntityQuery href: Ghost.Entities.EntityQuery.html - name: . - uid: Ghost.Entities.EntityQuery.EntityComponentIterator`6 name: EntityComponentIterator href: Ghost.Entities.EntityQuery.EntityComponentIterator-6.html - name: < - name: T0 - name: ',' - name: " " - name: T1 - name: ',' - name: " " - name: T2 - name: ',' - name: " " - name: T3 - name: ',' - name: " " - name: T4 - name: ',' - name: " " - name: T5 - name: '>' spec.vb: - uid: Ghost.Entities.EntityQuery name: EntityQuery href: Ghost.Entities.EntityQuery.html - name: . - uid: Ghost.Entities.EntityQuery.EntityComponentIterator`6 name: EntityComponentIterator href: Ghost.Entities.EntityQuery.EntityComponentIterator-6.html - name: ( - name: Of - name: " " - name: T0 - name: ',' - name: " " - name: T1 - name: ',' - name: " " - name: T2 - name: ',' - name: " " - name: T3 - name: ',' - name: " " - name: T4 - name: ',' - name: " " - name: T5 - name: ) - uid: Ghost.Entities.EntityQuery.EntityComponentIterator{{T0},{T1},{T2},{T3},{T4},{T5},{T6}} commentId: T:Ghost.Entities.EntityQuery.EntityComponentIterator{``0,``1,``2,``3,``4,``5,``6} parent: Ghost.Entities definition: Ghost.Entities.EntityQuery.EntityComponentIterator`7 href: Ghost.Entities.EntityQuery.html name: EntityQuery.EntityComponentIterator nameWithType: EntityQuery.EntityComponentIterator fullName: Ghost.Entities.EntityQuery.EntityComponentIterator nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5, T6) fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5, T6) name.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5, T6) spec.csharp: - uid: Ghost.Entities.EntityQuery name: EntityQuery href: Ghost.Entities.EntityQuery.html - name: . - uid: Ghost.Entities.EntityQuery.EntityComponentIterator`7 name: EntityComponentIterator href: Ghost.Entities.EntityQuery.EntityComponentIterator-7.html - name: < - name: T0 - name: ',' - name: " " - name: T1 - name: ',' - name: " " - name: T2 - name: ',' - name: " " - name: T3 - name: ',' - name: " " - name: T4 - name: ',' - name: " " - name: T5 - name: ',' - name: " " - name: T6 - name: '>' spec.vb: - uid: Ghost.Entities.EntityQuery name: EntityQuery href: Ghost.Entities.EntityQuery.html - name: . - uid: Ghost.Entities.EntityQuery.EntityComponentIterator`7 name: EntityComponentIterator href: Ghost.Entities.EntityQuery.EntityComponentIterator-7.html - name: ( - name: Of - name: " " - name: T0 - name: ',' - name: " " - name: T1 - name: ',' - name: " " - name: T2 - name: ',' - name: " " - name: T3 - name: ',' - name: " " - name: T4 - name: ',' - name: " " - name: T5 - name: ',' - name: " " - name: T6 - name: ) - uid: Ghost.Entities.EntityQuery.EntityComponentIterator`7 commentId: T:Ghost.Entities.EntityQuery.EntityComponentIterator`7 href: Ghost.Entities.EntityQuery.html name: EntityQuery.EntityComponentIterator nameWithType: EntityQuery.EntityComponentIterator fullName: Ghost.Entities.EntityQuery.EntityComponentIterator nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5, T6) fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5, T6) name.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5, T6) spec.csharp: - uid: Ghost.Entities.EntityQuery name: EntityQuery href: Ghost.Entities.EntityQuery.html - name: . - uid: Ghost.Entities.EntityQuery.EntityComponentIterator`7 name: EntityComponentIterator href: Ghost.Entities.EntityQuery.EntityComponentIterator-7.html - name: < - name: T0 - name: ',' - name: " " - name: T1 - name: ',' - name: " " - name: T2 - name: ',' - name: " " - name: T3 - name: ',' - name: " " - name: T4 - name: ',' - name: " " - name: T5 - name: ',' - name: " " - name: T6 - name: '>' spec.vb: - uid: Ghost.Entities.EntityQuery name: EntityQuery href: Ghost.Entities.EntityQuery.html - name: . - uid: Ghost.Entities.EntityQuery.EntityComponentIterator`7 name: EntityComponentIterator href: Ghost.Entities.EntityQuery.EntityComponentIterator-7.html - name: ( - name: Of - name: " " - name: T0 - name: ',' - name: " " - name: T1 - name: ',' - name: " " - name: T2 - name: ',' - name: " " - name: T3 - name: ',' - name: " " - name: T4 - name: ',' - name: " " - name: T5 - name: ',' - name: " " - name: T6 - name: ) - uid: Ghost.Entities.EntityQuery.EntityComponentIterator{{T0},{T1},{T2},{T3},{T4},{T5},{T6},{T7}} commentId: T:Ghost.Entities.EntityQuery.EntityComponentIterator{``0,``1,``2,``3,``4,``5,``6,``7} parent: Ghost.Entities definition: Ghost.Entities.EntityQuery.EntityComponentIterator`8 href: Ghost.Entities.EntityQuery.html name: EntityQuery.EntityComponentIterator nameWithType: EntityQuery.EntityComponentIterator fullName: Ghost.Entities.EntityQuery.EntityComponentIterator nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5, T6, T7) fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5, T6, T7) name.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5, T6, T7) spec.csharp: - uid: Ghost.Entities.EntityQuery name: EntityQuery href: Ghost.Entities.EntityQuery.html - name: . - uid: Ghost.Entities.EntityQuery.EntityComponentIterator`8 name: EntityComponentIterator href: Ghost.Entities.EntityQuery.EntityComponentIterator-8.html - name: < - name: T0 - name: ',' - name: " " - name: T1 - name: ',' - name: " " - name: T2 - name: ',' - name: " " - name: T3 - name: ',' - name: " " - name: T4 - name: ',' - name: " " - name: T5 - name: ',' - name: " " - name: T6 - name: ',' - name: " " - name: T7 - name: '>' spec.vb: - uid: Ghost.Entities.EntityQuery name: EntityQuery href: Ghost.Entities.EntityQuery.html - name: . - uid: Ghost.Entities.EntityQuery.EntityComponentIterator`8 name: EntityComponentIterator href: Ghost.Entities.EntityQuery.EntityComponentIterator-8.html - name: ( - name: Of - name: " " - name: T0 - name: ',' - name: " " - name: T1 - name: ',' - name: " " - name: T2 - name: ',' - name: " " - name: T3 - name: ',' - name: " " - name: T4 - name: ',' - name: " " - name: T5 - name: ',' - name: " " - name: T6 - name: ',' - name: " " - name: T7 - name: ) - uid: Ghost.Entities.EntityQuery.EntityComponentIterator`8 commentId: T:Ghost.Entities.EntityQuery.EntityComponentIterator`8 href: Ghost.Entities.EntityQuery.html name: EntityQuery.EntityComponentIterator nameWithType: EntityQuery.EntityComponentIterator fullName: Ghost.Entities.EntityQuery.EntityComponentIterator nameWithType.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5, T6, T7) fullName.vb: Ghost.Entities.EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5, T6, T7) name.vb: EntityQuery.EntityComponentIterator(Of T0, T1, T2, T3, T4, T5, T6, T7) spec.csharp: - uid: Ghost.Entities.EntityQuery name: EntityQuery href: Ghost.Entities.EntityQuery.html - name: . - uid: Ghost.Entities.EntityQuery.EntityComponentIterator`8 name: EntityComponentIterator href: Ghost.Entities.EntityQuery.EntityComponentIterator-8.html - name: < - name: T0 - name: ',' - name: " " - name: T1 - name: ',' - name: " " - name: T2 - name: ',' - name: " " - name: T3 - name: ',' - name: " " - name: T4 - name: ',' - name: " " - name: T5 - name: ',' - name: " " - name: T6 - name: ',' - name: " " - name: T7 - name: '>' spec.vb: - uid: Ghost.Entities.EntityQuery name: EntityQuery href: Ghost.Entities.EntityQuery.html - name: . - uid: Ghost.Entities.EntityQuery.EntityComponentIterator`8 name: EntityComponentIterator href: Ghost.Entities.EntityQuery.EntityComponentIterator-8.html - name: ( - name: Of - name: " " - name: T0 - name: ',' - name: " " - name: T1 - name: ',' - name: " " - name: T2 - name: ',' - name: " " - name: T3 - name: ',' - name: " " - name: T4 - name: ',' - name: " " - name: T5 - name: ',' - name: " " - name: T6 - name: ',' - name: " " - name: T7 - name: ) - uid: Ghost.Entities.EntityQuery.ForEach* commentId: Overload:Ghost.Entities.EntityQuery.ForEach href: Ghost.Entities.EntityQuery.html#Ghost_Entities_EntityQuery_ForEach__1_Ghost_Entities_ForEach___0__ name: ForEach nameWithType: EntityQuery.ForEach fullName: Ghost.Entities.EntityQuery.ForEach - uid: Ghost.Entities.ForEach{{T0}} commentId: T:Ghost.Entities.ForEach{``0} parent: Ghost.Entities definition: Ghost.Entities.ForEach`1 href: Ghost.Entities.ForEach-1.html name: ForEach nameWithType: ForEach fullName: Ghost.Entities.ForEach nameWithType.vb: ForEach(Of T0) fullName.vb: Ghost.Entities.ForEach(Of T0) name.vb: ForEach(Of T0) spec.csharp: - uid: Ghost.Entities.ForEach`1 name: ForEach href: Ghost.Entities.ForEach-1.html - name: < - name: T0 - name: '>' spec.vb: - uid: Ghost.Entities.ForEach`1 name: ForEach href: Ghost.Entities.ForEach-1.html - name: ( - name: Of - name: " " - name: T0 - name: ) - uid: Ghost.Entities.ForEach`1 commentId: T:Ghost.Entities.ForEach`1 href: Ghost.Entities.ForEach-1.html name: ForEach nameWithType: ForEach fullName: Ghost.Entities.ForEach nameWithType.vb: ForEach(Of T0) fullName.vb: Ghost.Entities.ForEach(Of T0) name.vb: ForEach(Of T0) spec.csharp: - uid: Ghost.Entities.ForEach`1 name: ForEach href: Ghost.Entities.ForEach-1.html - name: < - name: T0 - name: '>' spec.vb: - uid: Ghost.Entities.ForEach`1 name: ForEach href: Ghost.Entities.ForEach-1.html - name: ( - name: Of - name: " " - name: T0 - name: ) - uid: Ghost.Entities.ForEach{{T0},{T1}} commentId: T:Ghost.Entities.ForEach{``0,``1} parent: Ghost.Entities definition: Ghost.Entities.ForEach`2 href: Ghost.Entities.ForEach-2.html name: ForEach nameWithType: ForEach fullName: Ghost.Entities.ForEach nameWithType.vb: ForEach(Of T0, T1) fullName.vb: Ghost.Entities.ForEach(Of T0, T1) name.vb: ForEach(Of T0, T1) spec.csharp: - uid: Ghost.Entities.ForEach`2 name: ForEach href: Ghost.Entities.ForEach-2.html - name: < - name: T0 - name: ',' - name: " " - name: T1 - name: '>' spec.vb: - uid: Ghost.Entities.ForEach`2 name: ForEach href: Ghost.Entities.ForEach-2.html - name: ( - name: Of - name: " " - name: T0 - name: ',' - name: " " - name: T1 - name: ) - uid: Ghost.Entities.ForEach`2 commentId: T:Ghost.Entities.ForEach`2 href: Ghost.Entities.ForEach-2.html name: ForEach nameWithType: ForEach fullName: Ghost.Entities.ForEach nameWithType.vb: ForEach(Of T0, T1) fullName.vb: Ghost.Entities.ForEach(Of T0, T1) name.vb: ForEach(Of T0, T1) spec.csharp: - uid: Ghost.Entities.ForEach`2 name: ForEach href: Ghost.Entities.ForEach-2.html - name: < - name: T0 - name: ',' - name: " " - name: T1 - name: '>' spec.vb: - uid: Ghost.Entities.ForEach`2 name: ForEach href: Ghost.Entities.ForEach-2.html - name: ( - name: Of - name: " " - name: T0 - name: ',' - name: " " - name: T1 - name: ) - uid: Ghost.Entities.ForEach{{T0},{T1},{T2}} commentId: T:Ghost.Entities.ForEach{``0,``1,``2} parent: Ghost.Entities definition: Ghost.Entities.ForEach`3 href: Ghost.Entities.ForEach-3.html name: ForEach nameWithType: ForEach fullName: Ghost.Entities.ForEach nameWithType.vb: ForEach(Of T0, T1, T2) fullName.vb: Ghost.Entities.ForEach(Of T0, T1, T2) name.vb: ForEach(Of T0, T1, T2) spec.csharp: - uid: Ghost.Entities.ForEach`3 name: ForEach href: Ghost.Entities.ForEach-3.html - name: < - name: T0 - name: ',' - name: " " - name: T1 - name: ',' - name: " " - name: T2 - name: '>' spec.vb: - uid: Ghost.Entities.ForEach`3 name: ForEach href: Ghost.Entities.ForEach-3.html - name: ( - name: Of - name: " " - name: T0 - name: ',' - name: " " - name: T1 - name: ',' - name: " " - name: T2 - name: ) - uid: Ghost.Entities.ForEach`3 commentId: T:Ghost.Entities.ForEach`3 href: Ghost.Entities.ForEach-3.html name: ForEach nameWithType: ForEach fullName: Ghost.Entities.ForEach nameWithType.vb: ForEach(Of T0, T1, T2) fullName.vb: Ghost.Entities.ForEach(Of T0, T1, T2) name.vb: ForEach(Of T0, T1, T2) spec.csharp: - uid: Ghost.Entities.ForEach`3 name: ForEach href: Ghost.Entities.ForEach-3.html - name: < - name: T0 - name: ',' - name: " " - name: T1 - name: ',' - name: " " - name: T2 - name: '>' spec.vb: - uid: Ghost.Entities.ForEach`3 name: ForEach href: Ghost.Entities.ForEach-3.html - name: ( - name: Of - name: " " - name: T0 - name: ',' - name: " " - name: T1 - name: ',' - name: " " - name: T2 - name: ) - uid: Ghost.Entities.ForEach{{T0},{T1},{T2},{T3}} commentId: T:Ghost.Entities.ForEach{``0,``1,``2,``3} parent: Ghost.Entities definition: Ghost.Entities.ForEach`4 href: Ghost.Entities.ForEach-4.html name: ForEach nameWithType: ForEach fullName: Ghost.Entities.ForEach nameWithType.vb: ForEach(Of T0, T1, T2, T3) fullName.vb: Ghost.Entities.ForEach(Of T0, T1, T2, T3) name.vb: ForEach(Of T0, T1, T2, T3) spec.csharp: - uid: Ghost.Entities.ForEach`4 name: ForEach href: Ghost.Entities.ForEach-4.html - name: < - name: T0 - name: ',' - name: " " - name: T1 - name: ',' - name: " " - name: T2 - name: ',' - name: " " - name: T3 - name: '>' spec.vb: - uid: Ghost.Entities.ForEach`4 name: ForEach href: Ghost.Entities.ForEach-4.html - name: ( - name: Of - name: " " - name: T0 - name: ',' - name: " " - name: T1 - name: ',' - name: " " - name: T2 - name: ',' - name: " " - name: T3 - name: ) - uid: Ghost.Entities.ForEach`4 commentId: T:Ghost.Entities.ForEach`4 href: Ghost.Entities.ForEach-4.html name: ForEach nameWithType: ForEach fullName: Ghost.Entities.ForEach nameWithType.vb: ForEach(Of T0, T1, T2, T3) fullName.vb: Ghost.Entities.ForEach(Of T0, T1, T2, T3) name.vb: ForEach(Of T0, T1, T2, T3) spec.csharp: - uid: Ghost.Entities.ForEach`4 name: ForEach href: Ghost.Entities.ForEach-4.html - name: < - name: T0 - name: ',' - name: " " - name: T1 - name: ',' - name: " " - name: T2 - name: ',' - name: " " - name: T3 - name: '>' spec.vb: - uid: Ghost.Entities.ForEach`4 name: ForEach href: Ghost.Entities.ForEach-4.html - name: ( - name: Of - name: " " - name: T0 - name: ',' - name: " " - name: T1 - name: ',' - name: " " - name: T2 - name: ',' - name: " " - name: T3 - name: ) - uid: Ghost.Entities.ForEach{{T0},{T1},{T2},{T3},{T4}} commentId: T:Ghost.Entities.ForEach{``0,``1,``2,``3,``4} parent: Ghost.Entities definition: Ghost.Entities.ForEach`5 href: Ghost.Entities.ForEach-5.html name: ForEach nameWithType: ForEach fullName: Ghost.Entities.ForEach nameWithType.vb: ForEach(Of T0, T1, T2, T3, T4) fullName.vb: Ghost.Entities.ForEach(Of T0, T1, T2, T3, T4) name.vb: ForEach(Of T0, T1, T2, T3, T4) spec.csharp: - uid: Ghost.Entities.ForEach`5 name: ForEach href: Ghost.Entities.ForEach-5.html - name: < - name: T0 - name: ',' - name: " " - name: T1 - name: ',' - name: " " - name: T2 - name: ',' - name: " " - name: T3 - name: ',' - name: " " - name: T4 - name: '>' spec.vb: - uid: Ghost.Entities.ForEach`5 name: ForEach href: Ghost.Entities.ForEach-5.html - name: ( - name: Of - name: " " - name: T0 - name: ',' - name: " " - name: T1 - name: ',' - name: " " - name: T2 - name: ',' - name: " " - name: T3 - name: ',' - name: " " - name: T4 - name: ) - uid: Ghost.Entities.ForEach`5 commentId: T:Ghost.Entities.ForEach`5 href: Ghost.Entities.ForEach-5.html name: ForEach nameWithType: ForEach fullName: Ghost.Entities.ForEach nameWithType.vb: ForEach(Of T0, T1, T2, T3, T4) fullName.vb: Ghost.Entities.ForEach(Of T0, T1, T2, T3, T4) name.vb: ForEach(Of T0, T1, T2, T3, T4) spec.csharp: - uid: Ghost.Entities.ForEach`5 name: ForEach href: Ghost.Entities.ForEach-5.html - name: < - name: T0 - name: ',' - name: " " - name: T1 - name: ',' - name: " " - name: T2 - name: ',' - name: " " - name: T3 - name: ',' - name: " " - name: T4 - name: '>' spec.vb: - uid: Ghost.Entities.ForEach`5 name: ForEach href: Ghost.Entities.ForEach-5.html - name: ( - name: Of - name: " " - name: T0 - name: ',' - name: " " - name: T1 - name: ',' - name: " " - name: T2 - name: ',' - name: " " - name: T3 - name: ',' - name: " " - name: T4 - name: ) - uid: Ghost.Entities.ForEach{{T0},{T1},{T2},{T3},{T4},{T5}} commentId: T:Ghost.Entities.ForEach{``0,``1,``2,``3,``4,``5} parent: Ghost.Entities definition: Ghost.Entities.ForEach`6 href: Ghost.Entities.ForEach-6.html name: ForEach nameWithType: ForEach fullName: Ghost.Entities.ForEach nameWithType.vb: ForEach(Of T0, T1, T2, T3, T4, T5) fullName.vb: Ghost.Entities.ForEach(Of T0, T1, T2, T3, T4, T5) name.vb: ForEach(Of T0, T1, T2, T3, T4, T5) spec.csharp: - uid: Ghost.Entities.ForEach`6 name: ForEach href: Ghost.Entities.ForEach-6.html - name: < - name: T0 - name: ',' - name: " " - name: T1 - name: ',' - name: " " - name: T2 - name: ',' - name: " " - name: T3 - name: ',' - name: " " - name: T4 - name: ',' - name: " " - name: T5 - name: '>' spec.vb: - uid: Ghost.Entities.ForEach`6 name: ForEach href: Ghost.Entities.ForEach-6.html - name: ( - name: Of - name: " " - name: T0 - name: ',' - name: " " - name: T1 - name: ',' - name: " " - name: T2 - name: ',' - name: " " - name: T3 - name: ',' - name: " " - name: T4 - name: ',' - name: " " - name: T5 - name: ) - uid: Ghost.Entities.ForEach`6 commentId: T:Ghost.Entities.ForEach`6 href: Ghost.Entities.ForEach-6.html name: ForEach nameWithType: ForEach fullName: Ghost.Entities.ForEach nameWithType.vb: ForEach(Of T0, T1, T2, T3, T4, T5) fullName.vb: Ghost.Entities.ForEach(Of T0, T1, T2, T3, T4, T5) name.vb: ForEach(Of T0, T1, T2, T3, T4, T5) spec.csharp: - uid: Ghost.Entities.ForEach`6 name: ForEach href: Ghost.Entities.ForEach-6.html - name: < - name: T0 - name: ',' - name: " " - name: T1 - name: ',' - name: " " - name: T2 - name: ',' - name: " " - name: T3 - name: ',' - name: " " - name: T4 - name: ',' - name: " " - name: T5 - name: '>' spec.vb: - uid: Ghost.Entities.ForEach`6 name: ForEach href: Ghost.Entities.ForEach-6.html - name: ( - name: Of - name: " " - name: T0 - name: ',' - name: " " - name: T1 - name: ',' - name: " " - name: T2 - name: ',' - name: " " - name: T3 - name: ',' - name: " " - name: T4 - name: ',' - name: " " - name: T5 - name: ) - uid: Ghost.Entities.ForEach{{T0},{T1},{T2},{T3},{T4},{T5},{T6}} commentId: T:Ghost.Entities.ForEach{``0,``1,``2,``3,``4,``5,``6} parent: Ghost.Entities definition: Ghost.Entities.ForEach`7 href: Ghost.Entities.ForEach-7.html name: ForEach nameWithType: ForEach fullName: Ghost.Entities.ForEach nameWithType.vb: ForEach(Of T0, T1, T2, T3, T4, T5, T6) fullName.vb: Ghost.Entities.ForEach(Of T0, T1, T2, T3, T4, T5, T6) name.vb: ForEach(Of T0, T1, T2, T3, T4, T5, T6) spec.csharp: - uid: Ghost.Entities.ForEach`7 name: ForEach href: Ghost.Entities.ForEach-7.html - name: < - name: T0 - name: ',' - name: " " - name: T1 - name: ',' - name: " " - name: T2 - name: ',' - name: " " - name: T3 - name: ',' - name: " " - name: T4 - name: ',' - name: " " - name: T5 - name: ',' - name: " " - name: T6 - name: '>' spec.vb: - uid: Ghost.Entities.ForEach`7 name: ForEach href: Ghost.Entities.ForEach-7.html - name: ( - name: Of - name: " " - name: T0 - name: ',' - name: " " - name: T1 - name: ',' - name: " " - name: T2 - name: ',' - name: " " - name: T3 - name: ',' - name: " " - name: T4 - name: ',' - name: " " - name: T5 - name: ',' - name: " " - name: T6 - name: ) - uid: Ghost.Entities.ForEach`7 commentId: T:Ghost.Entities.ForEach`7 href: Ghost.Entities.ForEach-7.html name: ForEach nameWithType: ForEach fullName: Ghost.Entities.ForEach nameWithType.vb: ForEach(Of T0, T1, T2, T3, T4, T5, T6) fullName.vb: Ghost.Entities.ForEach(Of T0, T1, T2, T3, T4, T5, T6) name.vb: ForEach(Of T0, T1, T2, T3, T4, T5, T6) spec.csharp: - uid: Ghost.Entities.ForEach`7 name: ForEach href: Ghost.Entities.ForEach-7.html - name: < - name: T0 - name: ',' - name: " " - name: T1 - name: ',' - name: " " - name: T2 - name: ',' - name: " " - name: T3 - name: ',' - name: " " - name: T4 - name: ',' - name: " " - name: T5 - name: ',' - name: " " - name: T6 - name: '>' spec.vb: - uid: Ghost.Entities.ForEach`7 name: ForEach href: Ghost.Entities.ForEach-7.html - name: ( - name: Of - name: " " - name: T0 - name: ',' - name: " " - name: T1 - name: ',' - name: " " - name: T2 - name: ',' - name: " " - name: T3 - name: ',' - name: " " - name: T4 - name: ',' - name: " " - name: T5 - name: ',' - name: " " - name: T6 - name: ) - uid: Ghost.Entities.ForEach{{T0},{T1},{T2},{T3},{T4},{T5},{T6},{T7}} commentId: T:Ghost.Entities.ForEach{``0,``1,``2,``3,``4,``5,``6,``7} parent: Ghost.Entities definition: Ghost.Entities.ForEach`8 href: Ghost.Entities.ForEach-8.html name: ForEach nameWithType: ForEach fullName: Ghost.Entities.ForEach nameWithType.vb: ForEach(Of T0, T1, T2, T3, T4, T5, T6, T7) fullName.vb: Ghost.Entities.ForEach(Of T0, T1, T2, T3, T4, T5, T6, T7) name.vb: ForEach(Of T0, T1, T2, T3, T4, T5, T6, T7) spec.csharp: - uid: Ghost.Entities.ForEach`8 name: ForEach href: Ghost.Entities.ForEach-8.html - name: < - name: T0 - name: ',' - name: " " - name: T1 - name: ',' - name: " " - name: T2 - name: ',' - name: " " - name: T3 - name: ',' - name: " " - name: T4 - name: ',' - name: " " - name: T5 - name: ',' - name: " " - name: T6 - name: ',' - name: " " - name: T7 - name: '>' spec.vb: - uid: Ghost.Entities.ForEach`8 name: ForEach href: Ghost.Entities.ForEach-8.html - name: ( - name: Of - name: " " - name: T0 - name: ',' - name: " " - name: T1 - name: ',' - name: " " - name: T2 - name: ',' - name: " " - name: T3 - name: ',' - name: " " - name: T4 - name: ',' - name: " " - name: T5 - name: ',' - name: " " - name: T6 - name: ',' - name: " " - name: T7 - name: ) - uid: Ghost.Entities.ForEach`8 commentId: T:Ghost.Entities.ForEach`8 href: Ghost.Entities.ForEach-8.html name: ForEach nameWithType: ForEach fullName: Ghost.Entities.ForEach nameWithType.vb: ForEach(Of T0, T1, T2, T3, T4, T5, T6, T7) fullName.vb: Ghost.Entities.ForEach(Of T0, T1, T2, T3, T4, T5, T6, T7) name.vb: ForEach(Of T0, T1, T2, T3, T4, T5, T6, T7) spec.csharp: - uid: Ghost.Entities.ForEach`8 name: ForEach href: Ghost.Entities.ForEach-8.html - name: < - name: T0 - name: ',' - name: " " - name: T1 - name: ',' - name: " " - name: T2 - name: ',' - name: " " - name: T3 - name: ',' - name: " " - name: T4 - name: ',' - name: " " - name: T5 - name: ',' - name: " " - name: T6 - name: ',' - name: " " - name: T7 - name: '>' spec.vb: - uid: Ghost.Entities.ForEach`8 name: ForEach href: Ghost.Entities.ForEach-8.html - name: ( - name: Of - name: " " - name: T0 - name: ',' - name: " " - name: T1 - name: ',' - name: " " - name: T2 - name: ',' - name: " " - name: T3 - name: ',' - name: " " - name: T4 - name: ',' - name: " " - name: T5 - name: ',' - name: " " - name: T6 - name: ',' - name: " " - name: T7 - name: ) - uid: Ghost.Entities.ForEachWithEntity{{T0}} commentId: T:Ghost.Entities.ForEachWithEntity{``0} parent: Ghost.Entities definition: Ghost.Entities.ForEachWithEntity`1 href: Ghost.Entities.ForEachWithEntity-1.html name: ForEachWithEntity nameWithType: ForEachWithEntity fullName: Ghost.Entities.ForEachWithEntity nameWithType.vb: ForEachWithEntity(Of T0) fullName.vb: Ghost.Entities.ForEachWithEntity(Of T0) name.vb: ForEachWithEntity(Of T0) spec.csharp: - uid: Ghost.Entities.ForEachWithEntity`1 name: ForEachWithEntity href: Ghost.Entities.ForEachWithEntity-1.html - name: < - name: T0 - name: '>' spec.vb: - uid: Ghost.Entities.ForEachWithEntity`1 name: ForEachWithEntity href: Ghost.Entities.ForEachWithEntity-1.html - name: ( - name: Of - name: " " - name: T0 - name: ) - uid: Ghost.Entities.ForEachWithEntity`1 commentId: T:Ghost.Entities.ForEachWithEntity`1 href: Ghost.Entities.ForEachWithEntity-1.html name: ForEachWithEntity nameWithType: ForEachWithEntity fullName: Ghost.Entities.ForEachWithEntity nameWithType.vb: ForEachWithEntity(Of T0) fullName.vb: Ghost.Entities.ForEachWithEntity(Of T0) name.vb: ForEachWithEntity(Of T0) spec.csharp: - uid: Ghost.Entities.ForEachWithEntity`1 name: ForEachWithEntity href: Ghost.Entities.ForEachWithEntity-1.html - name: < - name: T0 - name: '>' spec.vb: - uid: Ghost.Entities.ForEachWithEntity`1 name: ForEachWithEntity href: Ghost.Entities.ForEachWithEntity-1.html - name: ( - name: Of - name: " " - name: T0 - name: ) - uid: Ghost.Entities.ForEachWithEntity{{T0},{T1}} commentId: T:Ghost.Entities.ForEachWithEntity{``0,``1} parent: Ghost.Entities definition: Ghost.Entities.ForEachWithEntity`2 href: Ghost.Entities.ForEachWithEntity-2.html name: ForEachWithEntity nameWithType: ForEachWithEntity fullName: Ghost.Entities.ForEachWithEntity nameWithType.vb: ForEachWithEntity(Of T0, T1) fullName.vb: Ghost.Entities.ForEachWithEntity(Of T0, T1) name.vb: ForEachWithEntity(Of T0, T1) spec.csharp: - uid: Ghost.Entities.ForEachWithEntity`2 name: ForEachWithEntity href: Ghost.Entities.ForEachWithEntity-2.html - name: < - name: T0 - name: ',' - name: " " - name: T1 - name: '>' spec.vb: - uid: Ghost.Entities.ForEachWithEntity`2 name: ForEachWithEntity href: Ghost.Entities.ForEachWithEntity-2.html - name: ( - name: Of - name: " " - name: T0 - name: ',' - name: " " - name: T1 - name: ) - uid: Ghost.Entities.ForEachWithEntity`2 commentId: T:Ghost.Entities.ForEachWithEntity`2 href: Ghost.Entities.ForEachWithEntity-2.html name: ForEachWithEntity nameWithType: ForEachWithEntity fullName: Ghost.Entities.ForEachWithEntity nameWithType.vb: ForEachWithEntity(Of T0, T1) fullName.vb: Ghost.Entities.ForEachWithEntity(Of T0, T1) name.vb: ForEachWithEntity(Of T0, T1) spec.csharp: - uid: Ghost.Entities.ForEachWithEntity`2 name: ForEachWithEntity href: Ghost.Entities.ForEachWithEntity-2.html - name: < - name: T0 - name: ',' - name: " " - name: T1 - name: '>' spec.vb: - uid: Ghost.Entities.ForEachWithEntity`2 name: ForEachWithEntity href: Ghost.Entities.ForEachWithEntity-2.html - name: ( - name: Of - name: " " - name: T0 - name: ',' - name: " " - name: T1 - name: ) - uid: Ghost.Entities.ForEachWithEntity{{T0},{T1},{T2}} commentId: T:Ghost.Entities.ForEachWithEntity{``0,``1,``2} parent: Ghost.Entities definition: Ghost.Entities.ForEachWithEntity`3 href: Ghost.Entities.ForEachWithEntity-3.html name: ForEachWithEntity nameWithType: ForEachWithEntity fullName: Ghost.Entities.ForEachWithEntity nameWithType.vb: ForEachWithEntity(Of T0, T1, T2) fullName.vb: Ghost.Entities.ForEachWithEntity(Of T0, T1, T2) name.vb: ForEachWithEntity(Of T0, T1, T2) spec.csharp: - uid: Ghost.Entities.ForEachWithEntity`3 name: ForEachWithEntity href: Ghost.Entities.ForEachWithEntity-3.html - name: < - name: T0 - name: ',' - name: " " - name: T1 - name: ',' - name: " " - name: T2 - name: '>' spec.vb: - uid: Ghost.Entities.ForEachWithEntity`3 name: ForEachWithEntity href: Ghost.Entities.ForEachWithEntity-3.html - name: ( - name: Of - name: " " - name: T0 - name: ',' - name: " " - name: T1 - name: ',' - name: " " - name: T2 - name: ) - uid: Ghost.Entities.ForEachWithEntity`3 commentId: T:Ghost.Entities.ForEachWithEntity`3 href: Ghost.Entities.ForEachWithEntity-3.html name: ForEachWithEntity nameWithType: ForEachWithEntity fullName: Ghost.Entities.ForEachWithEntity nameWithType.vb: ForEachWithEntity(Of T0, T1, T2) fullName.vb: Ghost.Entities.ForEachWithEntity(Of T0, T1, T2) name.vb: ForEachWithEntity(Of T0, T1, T2) spec.csharp: - uid: Ghost.Entities.ForEachWithEntity`3 name: ForEachWithEntity href: Ghost.Entities.ForEachWithEntity-3.html - name: < - name: T0 - name: ',' - name: " " - name: T1 - name: ',' - name: " " - name: T2 - name: '>' spec.vb: - uid: Ghost.Entities.ForEachWithEntity`3 name: ForEachWithEntity href: Ghost.Entities.ForEachWithEntity-3.html - name: ( - name: Of - name: " " - name: T0 - name: ',' - name: " " - name: T1 - name: ',' - name: " " - name: T2 - name: ) - uid: Ghost.Entities.ForEachWithEntity{{T0},{T1},{T2},{T3}} commentId: T:Ghost.Entities.ForEachWithEntity{``0,``1,``2,``3} parent: Ghost.Entities definition: Ghost.Entities.ForEachWithEntity`4 href: Ghost.Entities.ForEachWithEntity-4.html name: ForEachWithEntity nameWithType: ForEachWithEntity fullName: Ghost.Entities.ForEachWithEntity nameWithType.vb: ForEachWithEntity(Of T0, T1, T2, T3) fullName.vb: Ghost.Entities.ForEachWithEntity(Of T0, T1, T2, T3) name.vb: ForEachWithEntity(Of T0, T1, T2, T3) spec.csharp: - uid: Ghost.Entities.ForEachWithEntity`4 name: ForEachWithEntity href: Ghost.Entities.ForEachWithEntity-4.html - name: < - name: T0 - name: ',' - name: " " - name: T1 - name: ',' - name: " " - name: T2 - name: ',' - name: " " - name: T3 - name: '>' spec.vb: - uid: Ghost.Entities.ForEachWithEntity`4 name: ForEachWithEntity href: Ghost.Entities.ForEachWithEntity-4.html - name: ( - name: Of - name: " " - name: T0 - name: ',' - name: " " - name: T1 - name: ',' - name: " " - name: T2 - name: ',' - name: " " - name: T3 - name: ) - uid: Ghost.Entities.ForEachWithEntity`4 commentId: T:Ghost.Entities.ForEachWithEntity`4 href: Ghost.Entities.ForEachWithEntity-4.html name: ForEachWithEntity nameWithType: ForEachWithEntity fullName: Ghost.Entities.ForEachWithEntity nameWithType.vb: ForEachWithEntity(Of T0, T1, T2, T3) fullName.vb: Ghost.Entities.ForEachWithEntity(Of T0, T1, T2, T3) name.vb: ForEachWithEntity(Of T0, T1, T2, T3) spec.csharp: - uid: Ghost.Entities.ForEachWithEntity`4 name: ForEachWithEntity href: Ghost.Entities.ForEachWithEntity-4.html - name: < - name: T0 - name: ',' - name: " " - name: T1 - name: ',' - name: " " - name: T2 - name: ',' - name: " " - name: T3 - name: '>' spec.vb: - uid: Ghost.Entities.ForEachWithEntity`4 name: ForEachWithEntity href: Ghost.Entities.ForEachWithEntity-4.html - name: ( - name: Of - name: " " - name: T0 - name: ',' - name: " " - name: T1 - name: ',' - name: " " - name: T2 - name: ',' - name: " " - name: T3 - name: ) - uid: Ghost.Entities.ForEachWithEntity{{T0},{T1},{T2},{T3},{T4}} commentId: T:Ghost.Entities.ForEachWithEntity{``0,``1,``2,``3,``4} parent: Ghost.Entities definition: Ghost.Entities.ForEachWithEntity`5 href: Ghost.Entities.ForEachWithEntity-5.html name: ForEachWithEntity nameWithType: ForEachWithEntity fullName: Ghost.Entities.ForEachWithEntity nameWithType.vb: ForEachWithEntity(Of T0, T1, T2, T3, T4) fullName.vb: Ghost.Entities.ForEachWithEntity(Of T0, T1, T2, T3, T4) name.vb: ForEachWithEntity(Of T0, T1, T2, T3, T4) spec.csharp: - uid: Ghost.Entities.ForEachWithEntity`5 name: ForEachWithEntity href: Ghost.Entities.ForEachWithEntity-5.html - name: < - name: T0 - name: ',' - name: " " - name: T1 - name: ',' - name: " " - name: T2 - name: ',' - name: " " - name: T3 - name: ',' - name: " " - name: T4 - name: '>' spec.vb: - uid: Ghost.Entities.ForEachWithEntity`5 name: ForEachWithEntity href: Ghost.Entities.ForEachWithEntity-5.html - name: ( - name: Of - name: " " - name: T0 - name: ',' - name: " " - name: T1 - name: ',' - name: " " - name: T2 - name: ',' - name: " " - name: T3 - name: ',' - name: " " - name: T4 - name: ) - uid: Ghost.Entities.ForEachWithEntity`5 commentId: T:Ghost.Entities.ForEachWithEntity`5 href: Ghost.Entities.ForEachWithEntity-5.html name: ForEachWithEntity nameWithType: ForEachWithEntity fullName: Ghost.Entities.ForEachWithEntity nameWithType.vb: ForEachWithEntity(Of T0, T1, T2, T3, T4) fullName.vb: Ghost.Entities.ForEachWithEntity(Of T0, T1, T2, T3, T4) name.vb: ForEachWithEntity(Of T0, T1, T2, T3, T4) spec.csharp: - uid: Ghost.Entities.ForEachWithEntity`5 name: ForEachWithEntity href: Ghost.Entities.ForEachWithEntity-5.html - name: < - name: T0 - name: ',' - name: " " - name: T1 - name: ',' - name: " " - name: T2 - name: ',' - name: " " - name: T3 - name: ',' - name: " " - name: T4 - name: '>' spec.vb: - uid: Ghost.Entities.ForEachWithEntity`5 name: ForEachWithEntity href: Ghost.Entities.ForEachWithEntity-5.html - name: ( - name: Of - name: " " - name: T0 - name: ',' - name: " " - name: T1 - name: ',' - name: " " - name: T2 - name: ',' - name: " " - name: T3 - name: ',' - name: " " - name: T4 - name: ) - uid: Ghost.Entities.ForEachWithEntity{{T0},{T1},{T2},{T3},{T4},{T5}} commentId: T:Ghost.Entities.ForEachWithEntity{``0,``1,``2,``3,``4,``5} parent: Ghost.Entities definition: Ghost.Entities.ForEachWithEntity`6 href: Ghost.Entities.ForEachWithEntity-6.html name: ForEachWithEntity nameWithType: ForEachWithEntity fullName: Ghost.Entities.ForEachWithEntity nameWithType.vb: ForEachWithEntity(Of T0, T1, T2, T3, T4, T5) fullName.vb: Ghost.Entities.ForEachWithEntity(Of T0, T1, T2, T3, T4, T5) name.vb: ForEachWithEntity(Of T0, T1, T2, T3, T4, T5) spec.csharp: - uid: Ghost.Entities.ForEachWithEntity`6 name: ForEachWithEntity href: Ghost.Entities.ForEachWithEntity-6.html - name: < - name: T0 - name: ',' - name: " " - name: T1 - name: ',' - name: " " - name: T2 - name: ',' - name: " " - name: T3 - name: ',' - name: " " - name: T4 - name: ',' - name: " " - name: T5 - name: '>' spec.vb: - uid: Ghost.Entities.ForEachWithEntity`6 name: ForEachWithEntity href: Ghost.Entities.ForEachWithEntity-6.html - name: ( - name: Of - name: " " - name: T0 - name: ',' - name: " " - name: T1 - name: ',' - name: " " - name: T2 - name: ',' - name: " " - name: T3 - name: ',' - name: " " - name: T4 - name: ',' - name: " " - name: T5 - name: ) - uid: Ghost.Entities.ForEachWithEntity`6 commentId: T:Ghost.Entities.ForEachWithEntity`6 href: Ghost.Entities.ForEachWithEntity-6.html name: ForEachWithEntity nameWithType: ForEachWithEntity fullName: Ghost.Entities.ForEachWithEntity nameWithType.vb: ForEachWithEntity(Of T0, T1, T2, T3, T4, T5) fullName.vb: Ghost.Entities.ForEachWithEntity(Of T0, T1, T2, T3, T4, T5) name.vb: ForEachWithEntity(Of T0, T1, T2, T3, T4, T5) spec.csharp: - uid: Ghost.Entities.ForEachWithEntity`6 name: ForEachWithEntity href: Ghost.Entities.ForEachWithEntity-6.html - name: < - name: T0 - name: ',' - name: " " - name: T1 - name: ',' - name: " " - name: T2 - name: ',' - name: " " - name: T3 - name: ',' - name: " " - name: T4 - name: ',' - name: " " - name: T5 - name: '>' spec.vb: - uid: Ghost.Entities.ForEachWithEntity`6 name: ForEachWithEntity href: Ghost.Entities.ForEachWithEntity-6.html - name: ( - name: Of - name: " " - name: T0 - name: ',' - name: " " - name: T1 - name: ',' - name: " " - name: T2 - name: ',' - name: " " - name: T3 - name: ',' - name: " " - name: T4 - name: ',' - name: " " - name: T5 - name: ) - uid: Ghost.Entities.ForEachWithEntity{{T0},{T1},{T2},{T3},{T4},{T5},{T6}} commentId: T:Ghost.Entities.ForEachWithEntity{``0,``1,``2,``3,``4,``5,``6} parent: Ghost.Entities definition: Ghost.Entities.ForEachWithEntity`7 href: Ghost.Entities.ForEachWithEntity-7.html name: ForEachWithEntity nameWithType: ForEachWithEntity fullName: Ghost.Entities.ForEachWithEntity nameWithType.vb: ForEachWithEntity(Of T0, T1, T2, T3, T4, T5, T6) fullName.vb: Ghost.Entities.ForEachWithEntity(Of T0, T1, T2, T3, T4, T5, T6) name.vb: ForEachWithEntity(Of T0, T1, T2, T3, T4, T5, T6) spec.csharp: - uid: Ghost.Entities.ForEachWithEntity`7 name: ForEachWithEntity href: Ghost.Entities.ForEachWithEntity-7.html - name: < - name: T0 - name: ',' - name: " " - name: T1 - name: ',' - name: " " - name: T2 - name: ',' - name: " " - name: T3 - name: ',' - name: " " - name: T4 - name: ',' - name: " " - name: T5 - name: ',' - name: " " - name: T6 - name: '>' spec.vb: - uid: Ghost.Entities.ForEachWithEntity`7 name: ForEachWithEntity href: Ghost.Entities.ForEachWithEntity-7.html - name: ( - name: Of - name: " " - name: T0 - name: ',' - name: " " - name: T1 - name: ',' - name: " " - name: T2 - name: ',' - name: " " - name: T3 - name: ',' - name: " " - name: T4 - name: ',' - name: " " - name: T5 - name: ',' - name: " " - name: T6 - name: ) - uid: Ghost.Entities.ForEachWithEntity`7 commentId: T:Ghost.Entities.ForEachWithEntity`7 href: Ghost.Entities.ForEachWithEntity-7.html name: ForEachWithEntity nameWithType: ForEachWithEntity fullName: Ghost.Entities.ForEachWithEntity nameWithType.vb: ForEachWithEntity(Of T0, T1, T2, T3, T4, T5, T6) fullName.vb: Ghost.Entities.ForEachWithEntity(Of T0, T1, T2, T3, T4, T5, T6) name.vb: ForEachWithEntity(Of T0, T1, T2, T3, T4, T5, T6) spec.csharp: - uid: Ghost.Entities.ForEachWithEntity`7 name: ForEachWithEntity href: Ghost.Entities.ForEachWithEntity-7.html - name: < - name: T0 - name: ',' - name: " " - name: T1 - name: ',' - name: " " - name: T2 - name: ',' - name: " " - name: T3 - name: ',' - name: " " - name: T4 - name: ',' - name: " " - name: T5 - name: ',' - name: " " - name: T6 - name: '>' spec.vb: - uid: Ghost.Entities.ForEachWithEntity`7 name: ForEachWithEntity href: Ghost.Entities.ForEachWithEntity-7.html - name: ( - name: Of - name: " " - name: T0 - name: ',' - name: " " - name: T1 - name: ',' - name: " " - name: T2 - name: ',' - name: " " - name: T3 - name: ',' - name: " " - name: T4 - name: ',' - name: " " - name: T5 - name: ',' - name: " " - name: T6 - name: ) - uid: Ghost.Entities.ForEachWithEntity{{T0},{T1},{T2},{T3},{T4},{T5},{T6},{T7}} commentId: T:Ghost.Entities.ForEachWithEntity{``0,``1,``2,``3,``4,``5,``6,``7} parent: Ghost.Entities definition: Ghost.Entities.ForEachWithEntity`8 href: Ghost.Entities.ForEachWithEntity-8.html name: ForEachWithEntity nameWithType: ForEachWithEntity fullName: Ghost.Entities.ForEachWithEntity nameWithType.vb: ForEachWithEntity(Of T0, T1, T2, T3, T4, T5, T6, T7) fullName.vb: Ghost.Entities.ForEachWithEntity(Of T0, T1, T2, T3, T4, T5, T6, T7) name.vb: ForEachWithEntity(Of T0, T1, T2, T3, T4, T5, T6, T7) spec.csharp: - uid: Ghost.Entities.ForEachWithEntity`8 name: ForEachWithEntity href: Ghost.Entities.ForEachWithEntity-8.html - name: < - name: T0 - name: ',' - name: " " - name: T1 - name: ',' - name: " " - name: T2 - name: ',' - name: " " - name: T3 - name: ',' - name: " " - name: T4 - name: ',' - name: " " - name: T5 - name: ',' - name: " " - name: T6 - name: ',' - name: " " - name: T7 - name: '>' spec.vb: - uid: Ghost.Entities.ForEachWithEntity`8 name: ForEachWithEntity href: Ghost.Entities.ForEachWithEntity-8.html - name: ( - name: Of - name: " " - name: T0 - name: ',' - name: " " - name: T1 - name: ',' - name: " " - name: T2 - name: ',' - name: " " - name: T3 - name: ',' - name: " " - name: T4 - name: ',' - name: " " - name: T5 - name: ',' - name: " " - name: T6 - name: ',' - name: " " - name: T7 - name: ) - uid: Ghost.Entities.ForEachWithEntity`8 commentId: T:Ghost.Entities.ForEachWithEntity`8 href: Ghost.Entities.ForEachWithEntity-8.html name: ForEachWithEntity nameWithType: ForEachWithEntity fullName: Ghost.Entities.ForEachWithEntity nameWithType.vb: ForEachWithEntity(Of T0, T1, T2, T3, T4, T5, T6, T7) fullName.vb: Ghost.Entities.ForEachWithEntity(Of T0, T1, T2, T3, T4, T5, T6, T7) name.vb: ForEachWithEntity(Of T0, T1, T2, T3, T4, T5, T6, T7) spec.csharp: - uid: Ghost.Entities.ForEachWithEntity`8 name: ForEachWithEntity href: Ghost.Entities.ForEachWithEntity-8.html - name: < - name: T0 - name: ',' - name: " " - name: T1 - name: ',' - name: " " - name: T2 - name: ',' - name: " " - name: T3 - name: ',' - name: " " - name: T4 - name: ',' - name: " " - name: T5 - name: ',' - name: " " - name: T6 - name: ',' - name: " " - name: T7 - name: '>' spec.vb: - uid: Ghost.Entities.ForEachWithEntity`8 name: ForEachWithEntity href: Ghost.Entities.ForEachWithEntity-8.html - name: ( - name: Of - name: " " - name: T0 - name: ',' - name: " " - name: T1 - name: ',' - name: " " - name: T2 - name: ',' - name: " " - name: T3 - name: ',' - name: " " - name: T4 - name: ',' - name: " " - name: T5 - name: ',' - name: " " - name: T6 - name: ',' - name: " " - name: T7 - name: ) - uid: Ghost.Entities.EntityQuery.ScheduleEntityParallel* commentId: Overload:Ghost.Entities.EntityQuery.ScheduleEntityParallel href: Ghost.Entities.EntityQuery.html#Ghost_Entities_EntityQuery_ScheduleEntityParallel__2___0_System_Int32_Misaki_HighPerformance_Jobs_JobHandle_ name: ScheduleEntityParallel nameWithType: EntityQuery.ScheduleEntityParallel fullName: Ghost.Entities.EntityQuery.ScheduleEntityParallel