Casper.Network.SDK
Show / Hide Table of Contents

Class CLListTypeInfo

A CLTypeInfo specific for lists.

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

Constructors

CLListTypeInfo(CLTypeInfo)

Declaration
public CLListTypeInfo(CLTypeInfo type)
Parameters
Type Name Description
CLTypeInfo type

Properties

ListType

Declaration
public CLTypeInfo ListType { 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