Cirrious.MvvmCross.Dialog.Touch.Dialog.Elements.Element.Summary C# (CSharp) 메소드

Summary() 공개 메소드

Returns a summary of the value represented by this object, suitable for rendering as the result of a RootElement with child objects.
public Summary ( ) : string
리턴 string
		public virtual string Summary ()
		{
			return "";
		}