System.Xml.Xsl.Xslt.XsltLoader.ParseTypeAttribute C# (CSharp) Method

ParseTypeAttribute() private method

private ParseTypeAttribute ( int attNum ) : void
attNum int
return void
        private void ParseTypeAttribute(int attNum)
        {
            Debug.Assert(!_input.IsRequiredAttribute(attNum), "All 'type' attributes are optional.");
            if (_input.MoveToXsltAttribute(attNum, "type"))
            {
                CheckError(true, /*[???]*/SR.Xslt_SchemaAttribute, "type");
            }
        }