C# Class Pathfinding.Util.LockFreeStack

Afficher le fichier Open project: henryj41043/TheUnseen

Méthodes publiques

Свойство Type Description
head Path

Méthodes publiques

Méthode Description
PopAll ( ) : Path
Push ( Path p ) : void

Method Details

PopAll() public méthode

public PopAll ( ) : Path
Résultat Path

Push() public méthode

public Push ( Path p ) : void
p Path
Résultat void

Property Details

head public_oe property

public Path head
Résultat Path