SpecUtils.IsSpec
Method
Description:
Checks whether a ForgeTypeId identifies a spec.
Checks whether a ForgeTypeId identifies a spec.
Parameters
Parameter | Type | Description |
---|---|---|
specTypeId | ForgeTypeId | The identifier to check. |
Return Value
Type | Description |
---|---|
Boolean | True if the ForgeTypeId identifies a spec, false otherwise. |
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |