Artech.UC.gxui.Helpers.WebForm.EndControl C# (CSharp) 메소드

EndControl() 개인적인 정적인 메소드

private static EndControl ( string type ) : string
type string
리턴 string
		private static string EndControl(string type)
		{
			Debug.Assert(type != null);
			return String.Format("</gx{0}>", type);
		}
		private static string PropertyValue(string value, string defaultValue)