RecyclableMemoryStreamManager.StreamLengthEventArgs class

December 6, 2023 · View on GitHub

Arguments for the StreamLength event.

public sealed class StreamLengthEventArgs : EventArgs
parameterdescription
lengthLength of the strength.

Public Members

namedescription
StreamLengthEventArgs(…)Arguments for the StreamLength event.
Length { get; }Length of the stream.

Remarks

Initializes a new instance of the StreamLengthEventArgs class.

See Also