The Requires type exposes the following members.

Methods

  NameDescription
Public methodStatic memberIsTypeOf<(Of <<'(T>)>>)
Determines whether argValue is type of T.
Public methodStatic memberNotNegative
Determines whether argValue is less than zero.
Public methodStatic memberNotNull(String, Object)
Determines whether the argValue is null.
Public methodStatic memberNotNull<(Of <<'(T>)>>)(T)
Determines whether the argument is null.
Public methodStatic memberNotNullOrEmpty
Determines whether the argValue is null or empty.
Public methodStatic memberPropertyNotEqualTo<(Of <<'(TValue>)>>)
Determines whether propertyValue equal to testValue.
Public methodStatic memberPropertyNotNegative(String, String, Int32)
Determines whether propertyValue is less than zero.
Public methodStatic memberPropertyNotNegative<(Of <<'(T>)>>)(T, String)
Determines whether a property is negative.
Public methodStatic memberPropertyNotNull(String, String)
Determines whether the argValue is null.
Public methodStatic memberPropertyNotNull<(Of <<'(T>)>>)(T, String)
Determines whether a property is null.
Public methodStatic memberPropertyNotNullOrEmpty(String, String, String)
Determins whether propertyValye is not null or empty.
Public methodStatic memberPropertyNotNullOrEmpty<(Of <<'(T>)>>)(T, String)
Determines whether a property is null or empty.

See Also