MS.Internal.Xml.XPath.BooleanExpr.Clone C# (CSharp) Метод

Clone() публичный Метод

public Clone ( ) : XPathNodeIterator
Результат System.Xml.XPath.XPathNodeIterator
        public override XPathNodeIterator Clone() { return new BooleanExpr(this); }
        public override XPathResultType StaticType { get { return XPathResultType.Boolean; } }