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

WriteTypeWithoutContent() private static method

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