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