Table of Contents

Class ExecutionList

Namespace
Netick
Assembly
Netick.dll
public sealed class ExecutionList : IEnumerable<INetickEntity>, IEnumerable
Inheritance
ExecutionList
Implements
Inherited Members

Constructors

ExecutionList(NetickEngine)

public ExecutionList(NetickEngine engine)

Parameters

engine NetickEngine

Fields

Items

public List<INetickEntity> Items

Field Value

List<INetickEntity>

Properties

Count

public int Count { get; }

Property Value

int

this[int]

public INetickEntity this[int i] { get; set; }

Parameters

i int

Property Value

INetickEntity

Methods

Clear()

public void Clear()

GetEnumerator()

public IEnumerator<INetickEntity> GetEnumerator()

Returns

IEnumerator<INetickEntity>

Remove(INetickEntity)

public void Remove(INetickEntity obj)

Parameters

obj INetickEntity

SetFrom(List<INetickEntity>)

public void SetFrom(List<INetickEntity> list)

Parameters

list List<INetickEntity>