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 "";
		}