Right (Get metodu)

Sağ düğüm için bir işaretçi döndürür.

CRedBlackTreeNode<T>* Right();

Dönen Değer

Sağ düğüm için bir işaretçi döndürür.

Right (Set metodu)

Sağ düğüm için bir işaretçi ayarlar.

void Right(
   CRedBlackTreeNode<T>*  node     // sağ düğüm için bir işaretçi
   );

Parametreler

*node

[in]  Sağ düğüm için bir işaretçi.