Method Value
Value()
Gets the value of this field.
public object? Value()
Returns
- object
The value associated with this GffResourceField.
Exceptions
- InvalidOperationException
Thrown if this field is not a standard value type.
Value<T>()
Gets the value of this field.
public T? Value<T>()
Returns
- T
The value associated with this GffResourceField.
Type Parameters
TThe field value type.
Exceptions
- InvalidOperationException
Thrown if this field is not a standard value type, or an invalid generic type was specified..