C# Class Microsoft.Common.Core.ArraySegmentExtensions

Mostrar archivo Open project: Microsoft/RTVS

Public Methods

Method Description
ToByteArrayAsync ( this source ) : Task
ToByteArrayAsync ( this source, int count ) : Task

Method Details

ToByteArrayAsync() public static method

public static ToByteArrayAsync ( this source ) : Task
source this
return Task

ToByteArrayAsync() public static method

public static ToByteArrayAsync ( this source, int count ) : Task
source this
count int
return Task