Method GetObjectRef
GetObjectRef<T>()
Gets and casts the underlying reference of type T
.
Declaration
public T GetObjectRef<T>()
Returns
Type | Description |
---|---|
T | The reference to the serialized VolumeParameter<T> type |
Type Parameters
Name | Description |
---|---|
T | The type to cast to |