System.Xml.Schema.Asttree.IsDescendantOrSelf C# (CSharp) Метод

IsDescendantOrSelf() приватный статический Метод

private static IsDescendantOrSelf ( Axis ast ) : bool
ast Axis
Результат bool
        private static bool IsDescendantOrSelf(Axis ast) {
            return ((ast.TypeOfAxis == Axis.AxisType.DescendantOrSelf) && (ast.NodeType == XPathNodeType.All) && (ast.AbbrAxis));
        }