Interface IWorldTable<TDataElement>
Represents a serializable table of world data objects.
Inherited Members
Namespace: SociallyDistant.Core.Core
Assembly: SociallyDistant.Framework.dll
Syntax
public interface IWorldTable<TDataElement> : ISerializableDataTable<TDataElement, WorldRevision, IWorldSerializer>, IDataTable<TDataElement>, IEnumerable<TDataElement>, IEnumerable where TDataElement : struct, IWorldData, IDataWithIdType Parameters
| Name | Description | 
|---|---|
| TDataElement | The type of object contained within the data table | 
Methods
Remove(ObjectId)
Declaration
void Remove(ObjectId instanceId)Parameters
| Type | Name | Description | 
|---|---|---|
| ObjectId | instanceId |