Unicoen.Model.UnifiedElement.XmlWriteTypeAndContent C# (CSharp) Method

XmlWriteTypeAndContent() private static method

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