MultistoryStairs.IsAcceptableForMultistoryStairs
Method
Description:
Checks if the given stairs can be used to create a multistory stairs.
Checks if the given stairs can be used to create a multistory stairs.
Parameters
Parameter | Type | Description |
---|---|---|
stairs | Stairs | The given stairs to check. |
Return Value
Type | Description |
---|---|
Boolean | Returns true if the stairs can be used to create a multistory stairs; otherwise returns false. |
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |