WebSocketHelpers.ValidateArraySegment<T> Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
generic <typename T>
static void ValidateArraySegment(ArraySegment<T> arraySegment, System::String ^ parameterName);
public static void ValidateArraySegment<T> (ArraySegment<T> arraySegment, string parameterName);
static member ValidateArraySegment : ArraySegment<'T> * string -> unit
Public Sub ValidateArraySegment(Of T) (arraySegment As ArraySegment(Of T), parameterName As String)
Type Parameters
- T
Parameters
- arraySegment
- ArraySegment<T>
- parameterName
- String