Class CLTuple2TypeInfo
A CLTypeInfo
specific for the Tuple2 CLType.
Inheritance
System.Object
CLTuple2TypeInfo
Assembly: Casper.Network.SDK.dll
Syntax
public class CLTuple2TypeInfo : CLTypeInfo
Constructors
CLTuple2TypeInfo(CLTypeInfo, CLTypeInfo)
Declaration
public CLTuple2TypeInfo(CLTypeInfo type0, CLTypeInfo type1)
Parameters
Properties
Type0
Declaration
public CLTypeInfo Type0 { get; }
Property Value
Type1
Declaration
public CLTypeInfo Type1 { get; }
Property Value
Methods
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
System.Object |
obj |
|
Returns
Type |
Description |
System.Boolean |
|
Overrides
GetFrameworkType()
Declaration
public override Type GetFrameworkType()
Returns
Overrides
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
Overrides
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Overrides