C# Класс LibiadaCore.Core.SimpleTypes.NullValue

Null value class. Used to fill empty space in chains. Implements singleton pattern.
Наследование: IBaseObject
Показать файл Открыть проект

Открытые методы

Метод Описание
Clone ( ) : IBaseObject

The clone.

Equals ( NullValue other ) : bool

The equals.

Equals ( object other ) : bool

The equals.

GetHashCode ( ) : int

The get hash code.

Instance ( ) : NullValue

Replacement for constructor.

ToString ( ) : string

Converts NullValue to "-" string.

Приватные методы

Метод Описание
NullValue ( )

Prevents a default instance of the NullValue class from being created.

Описание методов

Clone() публичный Метод

The clone.
public Clone ( ) : IBaseObject
Результат IBaseObject

Equals() публичный Метод

The equals.
public Equals ( NullValue other ) : bool
other NullValue /// The other. ///
Результат bool

Equals() публичный Метод

The equals.
public Equals ( object other ) : bool
other object /// The other element. ///
Результат bool

GetHashCode() публичный Метод

The get hash code.
public GetHashCode ( ) : int
Результат int

Instance() публичный статический Метод

Replacement for constructor.
public static Instance ( ) : NullValue
Результат NullValue

ToString() публичный Метод

Converts NullValue to "-" string.
public ToString ( ) : string
Результат string