Search Results for

    Show / Hide Table of Contents

    Class MemStreams

    Inheritance
    object
    MemStreams
    Implements
    IDisposable
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Reportman.Drawing
    Assembly: Reportman.Drawing.dll
    Syntax
    public class MemStreams : IDisposable

    Constructors

    MemStreams()

    Declaration
    public MemStreams()

    Properties

    Count

    Declaration
    public int Count { get; }
    Property Value
    Type Description
    int

    this[int]

    Declaration
    public MemoryStream this[int index] { get; set; }
    Parameters
    Type Name Description
    int index
    Property Value
    Type Description
    MemoryStream

    Methods

    Add(MemoryStream)

    Declaration
    public void Add(MemoryStream obj)
    Parameters
    Type Name Description
    MemoryStream obj

    Clear()

    Declaration
    public void Clear()

    Dispose()

    Declaration
    public void Dispose()

    Implements

    IDisposable
    In this article
    Back to top Generated by DocFX