C# Class Castle.MonoRail.Framework.Views.Aspx.DelegateMemoryStream

Inheritance: System.IO.MemoryStream
Afficher le fichier Open project: nats/castle-1.0.3-mono Class Usage Examples

Méthodes publiques

Свойство Type Description
_original Stream

Méthodes publiques

Méthode Description
DelegateMemoryStream ( Stream original ) : System

Initializes a new instance of the DelegateMemoryStream class.

Method Details

DelegateMemoryStream() public méthode

Initializes a new instance of the DelegateMemoryStream class.
public DelegateMemoryStream ( Stream original ) : System
original Stream The original.
Résultat System

Property Details

_original public_oe property

public Stream _original
Résultat Stream