Пример #1
0
 public object Clone()
 {
     return(new InputIOStream <T>(FInStream.Clone() as IInStream <T>));
 }