C# Class Nethereum.ABI.ArrayType

Inheritance: ABIType
Show file Open project: Nethereum/Nethereum

Public Methods

Method Description
CreateABIType ( string typeName ) : ArrayType

Protected Methods

Method Description
ArrayType ( string name ) : System

Private Methods

Method Description
InitialiseElementType ( string name ) : void

Method Details

ArrayType() protected method

protected ArrayType ( string name ) : System
name string
return System

CreateABIType() public static method

public static CreateABIType ( string typeName ) : ArrayType
typeName string
return ArrayType