C# 클래스 Nethereum.ABI.FunctionEncoding.Attributes.ParameterAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: Nethereum/Nethereum

공개 메소드들

메소드 설명
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

메소드 상세

ParameterAttribute() 공개 메소드

public ParameterAttribute ( string type, int order ) : System
type string
order int
리턴 System

ParameterAttribute() 공개 메소드

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

ParameterAttribute() 공개 메소드

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