Ejemplo n.º 1
0
        public bool Attribute(object stateObject,
                              string localName, string ns)
        {
            ValidationState state = ToState(stateObject);

            return(state.Attribute(localName, ns, this));
        }