Click or drag to resize

FieldsgetFieldT Method

Namespace:  WhetStone.Fielding
Assembly:  WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntax
C#
public static Field<T> getField<T>()

Type Parameters

T
The type return a FieldT for.

Return Value

Type: FieldT
A new FieldT relevant for type |T
Remarks

Will first look up for a field in the central dictionary. If it doesn't exist, it calls T's static constructor and looks up again. If it still doesn't exist, it returns a dynamic FieldT.

See Also