Show / Hide Table of Contents

Interface IWritable<T>

A writable element.

Namespace: FasterGames.Whiskey
Assembly: cs.temp.dll.dll
Syntax
public interface IWritable<in T>
Type Parameters
Name Description
T

element type

Methods

Write(T)

Write to the element.

Declaration
void Write(T value)
Parameters
Type Name Description
T value

element data

In This Article
Back to top Copyright FasterGames ©