Class EntityList
Vererbung
System.Object
EntityList
Assembly: OctoAwesome.dll
Syntax
public class EntityList : object, IEntityList, ICollection<Entity>
Konstructoren
EntityList(IChunkColumn)
Deklaration
public EntityList(IChunkColumn column)
Parameter
Eigenschaften
Count
Deklaration
public int Count { get; }
Wert der Eigenschaft
Typ |
Beschreibung |
System.Int32 |
|
IsReadOnly
Deklaration
public bool IsReadOnly { get; }
Wert der Eigenschaft
Typ |
Beschreibung |
System.Boolean |
|
Methoden
Add(Entity)
Deklaration
public void Add(Entity item)
Parameter
Typ |
Name |
Beschreibung |
Entity |
item |
|
Clear()
Deklaration
Contains(Entity)
Deklaration
public bool Contains(Entity item)
Parameter
Typ |
Name |
Beschreibung |
Entity |
item |
|
R�ckgabewert
Typ |
Beschreibung |
System.Boolean |
|
CopyTo(Entity[], Int32)
Deklaration
public void CopyTo(Entity[] array, int arrayIndex)
Parameter
Typ |
Name |
Beschreibung |
Entity[] |
array |
|
System.Int32 |
arrayIndex |
|
FailChunkEntity()
Deklaration
public IEnumerable<FailEntityChunkArgs> FailChunkEntity()
R�ckgabewert
GetEnumerator()
Deklaration
public IEnumerator<Entity> GetEnumerator()
R�ckgabewert
Typ |
Beschreibung |
IEnumerator<Entity> |
|
Remove(Entity)
Deklaration
public bool Remove(Entity item)
Parameter
Typ |
Name |
Beschreibung |
Entity |
item |
|
R�ckgabewert
Typ |
Beschreibung |
System.Boolean |
|
Implementiert
ICollection<>