INode<TValue>.is_head Methode

Definitie

Bepaalt of het huidige knooppunt het eerste knooppunt van de container is.

public:
 bool is_head();
public bool is_head();
abstract member is_head : unit -> bool
Public Function is_head () As Boolean

Retouren

true als het huidige knooppunt het eerste knooppunt in de container is; anders, false.

Van toepassing op