示例#1
0
 public static void Flush(IO::FileStream aThis,
                          [FieldAccess(Name = "$$InnerStream$$")] ref IO::Stream innerStream)
 {
     innerStream.Flush();
 }