Unicoen.Model.UnifiedElement.XmlWriteTypeAndContent C# (CSharp) Метод

XmlWriteTypeAndContent() приватный статический Метод

private static XmlWriteTypeAndContent ( object obj, StringBuilder buffer, int depth ) : void
obj object
buffer System.Text.StringBuilder
depth int
Результат void
		private static void XmlWriteTypeAndContent(
				object obj, StringBuilder buffer, int depth) {
			XmlWrite(obj, obj + "", buffer, depth);
		}