C# Class Nethereum.ABI.FunctionEncoding.Attributes.ParameterAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: Nethereum/Nethereum

Méthodes publiques

Méthode Description
ParameterAttribute ( string type, int order ) : System
ParameterAttribute ( string type, string name = null, int order = 1 ) : System
ParameterAttribute ( string type, string name, int order, bool indexed = false ) : System

Method Details

ParameterAttribute() public méthode

public ParameterAttribute ( string type, int order ) : System
type string
order int
Résultat System

ParameterAttribute() public méthode

public ParameterAttribute ( string type, string name = null, int order = 1 ) : System
type string
name string
order int
Résultat System

ParameterAttribute() public méthode

public ParameterAttribute ( string type, string name, int order, bool indexed = false ) : System
type string
name string
order int
indexed bool
Résultat System