RecyclableMemoryStreamManager.StreamLengthEventArgs class
December 6, 2023 · View on GitHub
Arguments for the StreamLength event.
public sealed class StreamLengthEventArgs : EventArgs
| parameter | description |
|---|---|
| length | Length of the strength. |
Public Members
| name | description |
|---|---|
| StreamLengthEventArgs(…) | Arguments for the StreamLength event. |
| Length { get; } | Length of the stream. |
Remarks
Initializes a new instance of the StreamLengthEventArgs class.
See Also
- class RecyclableMemoryStreamManager
- namespace Microsoft.IO