XmlTextReader.ReadContentAsimpl64Async(Byte[], Int32, Int32) 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 System.Threading.Tasks.Task<int> ReadContentAsimpl64Async (byte[] buffer, int index, int count);
member this.ReadContentAsimpl64Async : byte[] * int * int -> System.Threading.Tasks.Task<int>
Public Function ReadContentAsimpl64Async (buffer As Byte(), index As Integer, count As Integer) As Task(Of Integer)
Parameters
- buffer
- Byte[]
- index
- Int32
- count
- Int32