Unicoen.Model.UnifiedElement.XmlWriteTypeAndContent C# (CSharp) Méthode

XmlWriteTypeAndContent() private static méthode

private static XmlWriteTypeAndContent ( object obj, StringBuilder buffer, int depth ) : void
obj object
buffer System.Text.StringBuilder
depth int
Résultat void
		private static void XmlWriteTypeAndContent(
				object obj, StringBuilder buffer, int depth) {
			XmlWrite(obj, obj + "", buffer, depth);
		}