CCNet.Build.Confluence.PageDocument.Attribute C# (CSharp) Méthode

Attribute() private static méthode

Builds new attribute, using internal namespace prefixes.
private static Attribute ( string name, object value ) : System.Xml.Linq.XAttribute
name string
value object
Résultat System.Xml.Linq.XAttribute
		private static XAttribute Attribute(string name, object value)
		{
			return new XAttribute(Nm(name), value);
		}