Interface IEntityLane<TEntity>
Inherited Members
System.Collections.Generic.IList<TEntity>.IndexOf(TEntity)
System.Collections.Generic.IList<TEntity>.Insert(System.Int32, TEntity)
System.Collections.Generic.IList<TEntity>.RemoveAt(System.Int32)
System.Collections.Generic.IList<TEntity>.Item[System.Int32]
System.Collections.Generic.ICollection<TEntity>.Add(TEntity)
System.Collections.Generic.ICollection<TEntity>.Clear()
System.Collections.Generic.ICollection<TEntity>.Contains(TEntity)
System.Collections.Generic.ICollection<TEntity>.CopyTo(TEntity[], System.Int32)
System.Collections.Generic.ICollection<TEntity>.Remove(TEntity)
System.Collections.Generic.ICollection<TEntity>.Count
System.Collections.Generic.ICollection<TEntity>.IsReadOnly
System.Collections.Generic.IEnumerable<TEntity>.GetEnumerator()
Namespace: Mars.Interfaces.Environments
Assembly: Mars.Interfaces.dll
Syntax
public interface IEntityLane<TEntity> : IList<TEntity>, ICollection<TEntity>, IEnumerable<TEntity>, IEnumerable
Type Parameters
Name | Description |
---|---|
TEntity |