GuardArgumentIsOfType Method |
Name | Description | |
---|---|---|
![]() ![]() | ArgumentIsOfTypeT(Object, String) | Throws an exception if argumentValue is not of type T. |
![]() ![]() | ArgumentIsOfTypeT(Boolean, Object, String) | Throws an exception if argumentValue is not of type T or a subtype of T. |
![]() ![]() | ArgumentIsOfTypeT(Object, String, String) | Throws an exception if argumentValue is not of type T. |
![]() ![]() | ArgumentIsOfTypeT(Boolean, Object, String, String) | Throws an exception if argumentValue is not of type T or a subtype of T. |