Ejemplo n.º 1
0
 /// <summary>
 /// Returns a <see cref="T:System.String"></see> that represents the current <see cref="T:System.Object"></see>.
 /// </summary>
 /// <returns>
 /// A <see cref="T:System.String"></see> that represents the current <see cref="T:System.Object"></see>.
 /// </returns>
 public override string ToString()
 {
     return(m_underlyingFactory.ToString());
 }
Ejemplo n.º 2
0
 /// <inheritdoc />
 public override string ToString()
 {
     return(_underlyingProvider.ToString());
 }