Esempio n. 1
0
 /// <exclude />
 public override void Write(byte[] buffer, int offset, int count)
 {
     throw Exceptions.NotSupported();
 }
Esempio n. 2
0
 /// <exclude />
 public override void SetLength(long value)
 {
     throw Exceptions.NotSupported();
 }