C# 클래스 LibiadaCore.Core.SimpleTypes.NullValue

Null value class. Used to fill empty space in chains. Implements singleton pattern.
상속: IBaseObject
파일 보기 프로젝트 열기: intervals-mining-lab/libiada-core

공개 메소드들

메소드 설명
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