C# Class Nethereum.ABI.Encoders.DynamicArrayTypeEncoder

Inheritance: ArrayTypeEncoder
Show file Open project: Nethereum/Nethereum Class Usage Examples

Public Methods

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

Method Details

DynamicArrayTypeEncoder() public method

public DynamicArrayTypeEncoder ( ABIType elementType ) : System.Collections
elementType ABIType
return System.Collections

EncodeList() public method

public EncodeList ( IList l ) : byte[]
l IList
return byte[]