Casper.Network.SDK
Show / Hide Table of Contents

Class Unit

Represents the unit Rust type. aka (). It is used when there is no other meaningful value that could be returned.

Inheritance
System.Object
Unit
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public class Unit : object

Constructors

Unit()

Declaration
protected Unit()

Fields

Default

Declaration
public static readonly Unit Default
Field Value
Type Description
Unit

Methods

Equals(Object)

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

GetHashCode()

Declaration
public override int GetHashCode()
Returns
Type Description
System.Int32
In This Article
Back to top Maintained by MAKE Technology LLC