C# Class GraphView.MatchGraph

Afficher le fichier Open project: Microsoft/GraphView Class Usage Examples

Méthodes publiques

Méthode Description
ContainsNode ( string key ) : bool
MatchGraph ( ) : System
TryGetEdge ( string key, MatchEdge &edge ) : bool
TryGetNode ( string key, MatchNode &node ) : bool

Method Details

ContainsNode() public méthode

public ContainsNode ( string key ) : bool
key string
Résultat bool

MatchGraph() public méthode

public MatchGraph ( ) : System
Résultat System

TryGetEdge() public méthode

public TryGetEdge ( string key, MatchEdge &edge ) : bool
key string
edge MatchEdge
Résultat bool

TryGetNode() public méthode

public TryGetNode ( string key, MatchNode &node ) : bool
key string
node MatchNode
Résultat bool