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

XmlWriteTypeWithoutContent() private static method

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