Пример #1
0
 /// <summary>
 /// Returns a <see cref="System.String"/> that represents
 /// the current <see cref="Radischevo.Wahha.Core.LinkBase{T}"/>.
 /// </summary>
 public override string ToString()
 {
     return((_value == null) ?
            String.Format("LinkBase`1[[{0}]]", typeof(T).FullName) :
            _value.ToString());
 }
Пример #2
0
 public override string ToString()
 {
     return(Boxed.ToString());
 }