Interface IData
- Namespace
- Glitch9
public interface IData
- Extension Methods
Properties
Id
Unique identifier for this data.
string Id { get; }
Property Value
Name
Name of this data.
string Name { get; }
public interface IData
Unique identifier for this data.
string Id { get; }
Name of this data.
string Name { get; }