Sets the specified field.

C# | Visual Basic |
protected void Set<TField>( ref TField field, TField value )
Protected Sub Set(Of TField) ( _ ByRef field As TField, _ value As TField _ )

- TField
- The type of the field.

- field (TField%)
- The field.
- value (TField)
- The value.