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

XmlWriteTypeWithoutContent() private static méthode

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