C# Class Microsoft.Automata.Internal.Utilities.Ranges

Used internally for creating a collection of ranges for serialization.
Afficher le fichier Open project: AutomataDotNet/Automata Class Usage Examples

Méthodes publiques

Свойство Type Description
ranges List

Méthodes publiques

Méthode Description
Add ( int n ) : void
Ranges ( ) : System

Method Details

Add() public méthode

public Add ( int n ) : void
n int
Résultat void

Ranges() public méthode

public Ranges ( ) : System
Résultat System

Property Details

ranges public_oe property

public List ranges
Résultat List