Method GetValue
GetValue<T>()
Gets the value of the parameter as IrMetadata
public T GetValue<T>() where T : IrMetadata
Returns
- T
Value or null if the value is not convertible to
T
Type Parameters
T
IrMetadata type of the value to get
Gets the value of the parameter as IrMetadata
public T GetValue<T>() where T : IrMetadata
Value or null if the value is not convertible to T
T
IrMetadata type of the value to get