C# Class Microsoft.Automata.Internal.IntSet

Represents a set of integers. This is a value class.
Datei anzeigen Open project: AutomataDotNet/Automata

Public Properties

Property Type Description
Empty IntSet

Private Properties

Property Type Description
MkString string

Public Methods

Method Description
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

Private Methods

Method Description
MkString ( ) : string

Method Details

Contains() public method

public Contains ( int elem ) : bool
elem int
return bool

EnumerateMembers() public method

public EnumerateMembers ( ) : IEnumerable
return IEnumerable

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

IntSet() public method

public IntSet ( ) : System
return System

IntSet() public method

public IntSet ( IEnumerable elems ) : System
elems IEnumerable
return System

Intersect() public method

public Intersect ( IEnumerable other ) : IntSet
other IEnumerable
return IntSet

ToString() public method

public ToString ( ) : string
return string

Union() public method

public Union ( ) : IntSet
return IntSet

Property Details

Empty public_oe static_oe property

public static IntSet,Microsoft.Automata.Internal Empty
return IntSet