Skip to content

Consistent way to check if stream is MemoryStream #304

@wclr

Description

@wclr

There is two methods I believe available now:

Check if instance of MemoryStream, not always applicable, as there may be problems with nested modules.
Check if the object has property _has present, but it is just a hacky way.

Probably need to add a more consistent method that will be officially exposed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions