C# Class Microsoft.ManagementConsole.Internal.ByteList

显示文件 Open project: SiteView/ECC8.13

Public Methods

Method Description
Add ( byte item ) : void
AddRange ( byte items ) : void
ToArray ( ) : byte[]

Private Methods

Method Description
Grow ( int delta ) : void

Method Details

Add() public method

public Add ( byte item ) : void
item byte
return void

AddRange() public method

public AddRange ( byte items ) : void
items byte
return void

ToArray() public method

public ToArray ( ) : byte[]
return byte[]