RecyclableMemoryStreamManager.StreamLengthEventArgs constructor

December 6, 2023 · View on GitHub

Arguments for the StreamLength event.

public StreamLengthEventArgs(long length)
parameterdescription
lengthLength of the strength.

Remarks

Initializes a new instance of the StreamLengthEventArgs class.

See Also

  • class StreamLengthEventArgs
  • namespace Microsoft.IO

Contents

  1. 1Remarks
  2. 2See Also