System.Xml.Xsl.Runtime.IntersectIterator.Create C# (CSharp) Method

Create() public method

Create IntersectIterator.
public Create ( XmlQueryRuntime runtime ) : void
runtime XmlQueryRuntime
return void
        public void Create(XmlQueryRuntime runtime) {
            this.runtime = runtime;
            this.state = IteratorState.InitLeft;
        }
IntersectIterator