C# Class Nethereum.ABI.Encoders.DynamicArrayTypeEncoder

Inheritance: ArrayTypeEncoder
Afficher le fichier Open project: Nethereum/Nethereum Class Usage Examples

Méthodes publiques

Méthode Description
DynamicArrayTypeEncoder ( ABIType elementType ) : System.Collections
EncodeList ( IList l ) : byte[]

Method Details

DynamicArrayTypeEncoder() public méthode

public DynamicArrayTypeEncoder ( ABIType elementType ) : System.Collections
elementType ABIType
Résultat System.Collections

EncodeList() public méthode

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