C# Class Nethereum.ABI.Decoders.AddressTypeDecoder

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

Méthodes publiques

Méthode Description
AddressTypeDecoder ( ) : System
Decode ( byte encoded, Type type ) : object
GetDefaultDecodingType ( ) : Type
IsSupportedType ( Type type ) : bool

Method Details

AddressTypeDecoder() public méthode

public AddressTypeDecoder ( ) : System
Résultat System

Decode() public méthode

public Decode ( byte encoded, Type type ) : object
encoded byte
type System.Type
Résultat object

GetDefaultDecodingType() public méthode

public GetDefaultDecodingType ( ) : Type
Résultat System.Type

IsSupportedType() public méthode

public IsSupportedType ( Type type ) : bool
type System.Type
Résultat bool