C# Class Friends.Edge

Afficher le fichier Open project: TelerikAcademy/Data-Structures-and-Algorithms

Méthodes publiques

Méthode Description
Edge ( int to, int length ) : System

Method Details

Edge() public méthode

public Edge ( int to, int length ) : System
to int
length int
Résultat System