[]
Sets the named property to the given value.
public void SetEnumValue<T>(int index, T value) where T : struct
Public Sub SetEnumValue(Of T As Structure)(index As Integer, value As T)
| Type | Name | Description |
|---|---|---|
| int | index | Index of the property |
| T | value | Value of the property |
| Name | Description |
|---|---|
| T |