Casper.Network.SDK
Show / Hide Table of Contents

Class CLTuple3TypeInfo

A CLTypeInfo specific for the Tuple3 CLType.

Inheritance
System.Object
CLTypeInfo
CLTuple3TypeInfo
Inherited Members
CLTypeInfo.Type
CLTypeInfo.IsListCompatibleWith(Object)
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public class CLTuple3TypeInfo : CLTypeInfo

Constructors

CLTuple3TypeInfo(CLTypeInfo, CLTypeInfo, CLTypeInfo)

Declaration
public CLTuple3TypeInfo(CLTypeInfo type0, CLTypeInfo type1, CLTypeInfo type2)
Parameters
Type Name Description
CLTypeInfo type0
CLTypeInfo type1
CLTypeInfo type2

Properties

Type0

Declaration
public CLTypeInfo Type0 { get; }
Property Value
Type Description
CLTypeInfo

Type1

Declaration
public CLTypeInfo Type1 { get; }
Property Value
Type Description
CLTypeInfo

Type2

Declaration
public CLTypeInfo Type2 { get; }
Property Value
Type Description
CLTypeInfo

Methods

Equals(Object)

Declaration
public override bool Equals(object obj)
Parameters
Type Name Description
System.Object obj
Returns
Type Description
System.Boolean
Overrides
CLTypeInfo.Equals(Object)

GetFrameworkType()

Declaration
public override Type GetFrameworkType()
Returns
Type Description
Type
Overrides
CLTypeInfo.GetFrameworkType()

GetHashCode()

Declaration
public override int GetHashCode()
Returns
Type Description
System.Int32
Overrides
CLTypeInfo.GetHashCode()

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String
Overrides
CLTypeInfo.ToString()
In This Article
Back to top Maintained by MAKE Technology LLC