XmlTextReader.ReadElementContentAsimpl64Async(Byte[], Int32, Int32) Method

Definition

public System.Threading.Tasks.Task<int> ReadElementContentAsimpl64Async (byte[] buffer, int index, int count);
member this.ReadElementContentAsimpl64Async : byte[] * int * int -> System.Threading.Tasks.Task<int>
Public Function ReadElementContentAsimpl64Async (buffer As Byte(), index As Integer, count As Integer) As Task(Of Integer)

Parameters

buffer
Byte[]
index
Int32
count
Int32

Returns

Applies to