C# Class Nethereum.ABI.Encoders.ArrayTypeEncoder

Inheritance: ITypeEncoder
Afficher le fichier Open project: Nethereum/Nethereum

Méthodes publiques

Méthode Description
Encode ( object value ) : byte[]
EncodeList ( IList l ) : byte[]

Method Details

Encode() public méthode

public Encode ( object value ) : byte[]
value object
Résultat byte[]

EncodeList() public abstract méthode

public abstract EncodeList ( IList l ) : byte[]
l IList
Résultat byte[]