/// <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()); }
public override string ToString() { return(Boxed.ToString()); }