System.Xml.Xsl.Runtime.RtfNavigator.MoveToFirstChild C# (CSharp) Method

MoveToFirstChild() public method

Move to the first content-typed child of the current node. Return false if the current node has no content children.
public MoveToFirstChild ( ) : bool
return bool
        public override bool MoveToFirstChild() {
            throw new NotSupportedException();
        }