Mindscape LightSpeed - User Reference & API Documentation
Set<(Of <(TField>)>) Method (field, value)
API ReferenceMindscape.LightSpeedEntitySet<(Of <(TField>)>)(TField%, TField)
Sets the specified field.
Declaration Syntax
C#Visual Basic
protected void Set<TField>(
	ref TField field,
	TField value
)
Protected Sub Set(Of TField) ( _
	ByRef field As TField, _
	value As TField _
)
Generic Template Parameters
TField
The type of the field.
Parameters
field (TField%)
The field.
value (TField)
The value.

Assembly: Mindscape.LightSpeed (Module: Mindscape.LightSpeed) Version: 1.2.1393.0 (1.2.1393.0)