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

Inheritance: ISerializable
Afficher le fichier Open project: NewEconoLab/NEL.LightDB

Méthodes publiques

Свойство Type Description
Data byte[]

Méthodes publiques

Méthode Description
ISerializable ( BinaryReader reader ) : void
ISerializable ( BinaryWriter writer ) : void

Method Details

ISerializable() public méthode

public ISerializable ( BinaryReader reader ) : void
reader BinaryReader
Résultat void

ISerializable() public méthode

public ISerializable ( BinaryWriter writer ) : void
writer BinaryWriter
Résultat void

Property Details

Data public_oe property

public byte[] Data
Résultat byte[]