System.Xml.Xsl.Runtime.RtfNavigator.MoveToFirstChild C# (CSharp) 메소드

MoveToFirstChild() 공개 메소드

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