GetNextNode() private method

private GetNextNode ( ) : CssBox
return CssBox
Beispiel #1
0
 internal static CssBox GetNextSibling(CssBox a)
 {
     return(a.GetNextNode());
 }
Beispiel #2
0
 internal static CssBox GetNextSibling(CssBox a)
 {
     return a.GetNextNode();
 }