コード例 #1
0
		internal TidyInputSource(TidyGetByteFunc getByte, TidyUngetByteFunc ungetByte, TidyEOFFunc eof)
		{
			this.sourceData = IntPtr.Zero;
			this.getByte = getByte;
			this.ungetByte = ungetByte;
			this.eof = eof;
		}
コード例 #2
0
 internal TidyInputSource(TidyGetByteFunc getByte, TidyUngetByteFunc ungetByte, TidyEOFFunc eof)
 {
     this.sourceData = IntPtr.Zero;
     this.getByte    = getByte;
     this.ungetByte  = ungetByte;
     this.eof        = eof;
 }