Interface IReadable<T>
A readable element.
Namespace: FasterGames.Whiskey
Assembly: cs.temp.dll.dll
Syntax
public interface IReadable<out T>
Type Parameters
Name | Description |
---|---|
T | element type |
Methods
Read()
Read the element.
Declaration
T Read()
Returns
Type | Description |
---|---|
T | element data |