BACnet.Core.MultiBufferStream.Write C# (CSharp) Метод

Write() публичный Метод

Writes to the stream
public Write ( byte buffer, int offset, int count ) : void
buffer byte The buffer containing the bytes to write
offset int The offset of the bytes to write
count int The number of bytes to write
Результат void
        public override void Write(byte[] buffer, int offset, int count)
        {
            throw new InvalidOperationException();
        }