Reverses the specified array elements.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
[ObsoleteAttribute("Use Net_Utils.ReverseArray instead of it")] public static Array ReverseArray( Array array )
<ObsoleteAttribute("Use Net_Utils.ReverseArray instead of it")> Public Shared Function ReverseArray ( array As Array ) As Array
public: [ObsoleteAttribute(L"Use Net_Utils.ReverseArray instead of it")] static Array^ ReverseArray( Array^ array )
[<ObsoleteAttribute("Use Net_Utils.ReverseArray instead of it")>] static member ReverseArray : array : Array -> Array
Parameters
- array (Array)
- Array elements to reverse.
Return Value
Array
Returns array with reversed items.
Returns array with reversed items.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Is raised when array is null. |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119