System.Xml.Xsl.XsltOld.CompiledAction.CompileAttribute C# (CSharp) Method

CompileAttribute() private method

private CompileAttribute ( Compiler compiler ) : bool
compiler Compiler
return bool
        internal virtual bool CompileAttribute(Compiler compiler) {
            return false;
        }