Method Type
Type(string?)
Looks up what the schema says about a type.
public static RdlSchemaType? Type(string? typeKey)
Parameters
typeKeystringThe type key, or null.
Returns
- RdlSchemaType
The type, or null when the schema does not describe it.
Looks up what the schema says about a type.
public static RdlSchemaType? Type(string? typeKey)
typeKey stringThe type key, or null.
The type, or null when the schema does not describe it.