예제 #1
0
파일: CBitArray.cs 프로젝트: syurov/rt.srz
 /// <summary>
 ///   The to string.
 /// </summary>
 /// <returns> The <see cref="string" /> . </returns>
 public override string ToString()
 {
     return(inner.ToString());
 }