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

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

Sets the length of the stream
public SetLength ( long value ) : void
value long The new length of the stream
Результат void
        public override void SetLength(long value)
        {
            throw new InvalidOperationException();
        }