C# Class Neo.Network.P2P.Payloads.FilterAddPayload

Inheritance: ISerializable
Mostra file Open project: NewEconoLab/NEL.LightDB

Public Properties

Property Type Description
Data byte[]

Public Methods

Method Description
ISerializable ( BinaryReader reader ) : void
ISerializable ( BinaryWriter writer ) : void

Method Details

ISerializable() public method

public ISerializable ( BinaryReader reader ) : void
reader BinaryReader
return void

ISerializable() public method

public ISerializable ( BinaryWriter writer ) : void
writer BinaryWriter
return void

Property Details

Data public_oe property

public byte[] Data
return byte[]