Casper.Network.SDK
Show / Hide Table of Contents

Class CLByteArrayTypeInfo

A CLTypeInfo specific for byte arrays.

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

Constructors

CLByteArrayTypeInfo(Int32)

Declaration
public CLByteArrayTypeInfo(int size)
Parameters
Type Name Description
System.Int32 size

Properties

Size

Declaration
public int Size { get; }
Property Value
Type Description
System.Int32

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()
In This Article
Back to top Maintained by MAKE Technology LLC