Android.Dialog.Element.Summary C# (CSharp) Method

Summary() public method

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
return string
        public virtual string Summary()
        {
            return string.Empty;
        }