System.Xml.XmlBaseReader.AttributeSorter.GetIndeces C# (CSharp) Méthode

GetIndeces() public méthode

public GetIndeces ( int &attributeIndex1, int &attributeIndex2 ) : void
attributeIndex1 int
attributeIndex2 int
Résultat void
            public void GetIndeces(out int attributeIndex1, out int attributeIndex2)
            {
                attributeIndex1 = _attributeIndex1;
                attributeIndex2 = _attributeIndex2;
            }