MemoryManager<T>.TryGetArray(ArraySegment<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.
Returns an array segment.
protected public:
virtual bool TryGetArray([Runtime::InteropServices::Out] ArraySegment<T> % segment);
protected internal virtual bool TryGetArray (out ArraySegment<T> segment);
abstract member TryGetArray : ArraySegment -> bool
override this.TryGetArray : ArraySegment -> bool
Protected Friend Overridable Function TryGetArray (ByRef segment As ArraySegment(Of T)) As Boolean
Parameters
- segment
- ArraySegment<T>
The array segment to write to.
Returns
true
if the method succeeded in retrieving the array segment; otherwise, false
.
Remarks
If this method is not overridden, it returns the default array segment.
Applies to
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.