ProtonNet Server 1.0
An Open Solution for all your socket or web api needs.
Loading...
Searching...
No Matches
XmobiTea.Data.IGNData Interface Reference

Defines a contract for classes that can convert their data into a specific format. More...

Inheritance diagram for XmobiTea.Data.IGNData:
XmobiTea.Data.GNData< TKey >

Public Member Functions

object ToData ()
 Converts the implementing object to a data representation.
 

Detailed Description

Defines a contract for classes that can convert their data into a specific format.

Member Function Documentation

◆ ToData()

object XmobiTea.Data.IGNData.ToData ( )

Converts the implementing object to a data representation.

Returns
An object representing the data of the implementing class. The exact type of this object will depend on the implementation.

Implemented in XmobiTea.Data.GNData< TKey >.


The documentation for this interface was generated from the following file: