Interface IDataObject<TDataElement>
Represents an object that contains a single serializable world data object.
Namespace: SociallyDistant.Core.Core
Assembly: SociallyDistant.Framework.dll
Syntax
public interface IDataObject<TDataElement> where TDataElement : structType Parameters
| Name | Description | 
|---|---|
| TDataElement | The type of data stored within the container | 
Properties
Value
Declaration
TDataElement Value { get; set; }Property Value
| Type | Description | 
|---|---|
| TDataElement |