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.