Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: void Write(byte[], int, int)

  • Declared in: RT.KitchenSink.Streams.ControlCodedStream
  • Overrides: Stream.Write(byte[], int, int)

Declaration

public override void Write(
    byte[] buffer,
    int offset,
    int count
)

Summary

Writes the specified data to the underlying stream.