MultistoryStairs.IsAcceptableForMultistoryStairs
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.
public static bool IsAcceptableForMultistoryStairs(
Stairs stairs
)
-
stairsThe given stairs to check.
Return Value
bool
Returns true if the stairs can be used to create a multistory stairs; otherwise returns false.
-
A non-optional argument was null