C# 클래스 Microsoft.Automata.Internal.IntSet

Represents a set of integers. This is a value class.
파일 보기 프로젝트 열기: AutomataDotNet/Automata

공개 프로퍼티들

프로퍼티 타입 설명
Empty IntSet

Private Properties

프로퍼티 타입 설명
MkString string

공개 메소드들

메소드 설명
Contains ( int elem ) : bool
EnumerateMembers ( ) : IEnumerable
Equals ( object obj ) : bool
GetHashCode ( ) : int
IntSet ( ) : System
IntSet ( IEnumerable elems ) : System
Intersect ( IEnumerable other ) : IntSet
ToString ( ) : string
Union ( ) : IntSet

비공개 메소드들

메소드 설명
MkString ( ) : string

메소드 상세

Contains() 공개 메소드

public Contains ( int elem ) : bool
elem int
리턴 bool

EnumerateMembers() 공개 메소드

public EnumerateMembers ( ) : IEnumerable
리턴 IEnumerable

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

IntSet() 공개 메소드

public IntSet ( ) : System
리턴 System

IntSet() 공개 메소드

public IntSet ( IEnumerable elems ) : System
elems IEnumerable
리턴 System

Intersect() 공개 메소드

public Intersect ( IEnumerable other ) : IntSet
other IEnumerable
리턴 IntSet

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

Union() 공개 메소드

public Union ( ) : IntSet
리턴 IntSet

프로퍼티 상세

Empty 공개적으로 정적으로 프로퍼티

public static IntSet,Microsoft.Automata.Internal Empty
리턴 IntSet