Mono.Xaml.XamlParser.ParseMcAttribute C# (CSharp) Méthode

ParseMcAttribute() private méthode

private ParseMcAttribute ( XamlElement element ) : void
element XamlElement
Résultat void
		private void ParseMcAttribute (XamlElement element)
		{
			if (reader.LocalName == "Ignorable") {
				IgnorableXmlns.Add (reader.Value);
				return;
			}

			throw ParseException ("Undeclared prefix");
		}