Casper.Network.SDK
Show / Hide Table of Contents

Class CLTuple1TypeInfo

A CLTypeInfo specific for the Tuple1 CLType.

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

Constructors

CLTuple1TypeInfo(CLTypeInfo)

Declaration
public CLTuple1TypeInfo(CLTypeInfo type0)
Parameters
Type Name Description
CLTypeInfo type0

Properties

Type0

Declaration
public CLTypeInfo Type0 { 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
  • Constructors
    • CLTuple1TypeInfo(CLTypeInfo)
  • Properties
    • Type0
  • Methods
    • Equals(Object)
    • GetFrameworkType()
    • GetHashCode()
    • ToString()
Back to top Maintained by MAKE Technology LLC