public CastArray(
ArraySection<TFrom> buffer
)
Public Sub New (
buffer As ArraySection(Of TFrom)
)
public:
CastArray(
ArraySection<TFrom> buffer
)
new :
buffer : ArraySection<'TFrom> -> CastArray
ArgumentException | Length of buffer is too big, because the Length in TTo elements would exceed Int32.MaxValue. |