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));
        }