예제 #1
0
파일: Writer.cs 프로젝트: SharpNative/CS2C
 /// <summary>
 /// Checks if the post buffer is empty
 /// </summary>
 /// <returns>If it's empty</returns>
 public bool IsPostBufferEmpty()
 {
     return(m_sbPostBuffer.IsEmpty());
 }