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

Inheritance: System.Attribute
Mostrar archivo Open project: Nethereum/Nethereum

Public Methods

Method 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 method

public ParameterAttribute ( string type, int order ) : System
type string
order int
return System

ParameterAttribute() public method

public ParameterAttribute ( string type, string name = null, int order = 1 ) : System
type string
name string
order int
return System

ParameterAttribute() public method

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