ArgumentExtensions Methods

Office Open XML

The ArgumentExtensions type exposes the following members.

Methods

  NameDescription
IsInRange<(Of <(T>)>)
Throws an ArgumentOutOfRangeException if the value of the argument is out of the supplied range
IsNotNull<(Of <(T>)>)
Throws an ArgumentNullException if argument is null
IsNotNullOrEmpty
Throws an ArgumentNullException if the string argument is null or empty

See Also