Cirrious.MvvmCross.Dialog.Touch.Dialog.Elements.Element.Summary C# (CSharp) Méthode

Summary() public méthode

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
Résultat string
		public virtual string Summary ()
		{
			return "";
		}