Ejemplo n.º 1
0
        public string GetUnderlyingString(DkmInspectionContext inspectionContext)
        {
            if (inspectionContext == null)
            {
                throw new ArgumentNullException(nameof(inspectionContext));
            }

            return(_formatter.GetUnderlyingString(this, inspectionContext));
        }
Ejemplo n.º 2
0
 public string GetUnderlyingString()
 {
     return(_formatter.GetUnderlyingString(this));
 }