System.Xml.Schema.Asttree.IsDescendantOrSelf C# (CSharp) Method

IsDescendantOrSelf() private static method

private static IsDescendantOrSelf ( Axis ast ) : bool
ast Axis
return bool
        private static bool IsDescendantOrSelf(Axis ast) {
            return ((ast.TypeOfAxis == Axis.AxisType.DescendantOrSelf) && (ast.NodeType == XPathNodeType.All) && (ast.AbbrAxis));
        }