C# 클래스 Castle.MonoRail.Framework.Views.Aspx.DelegateMemoryStream

상속: System.IO.MemoryStream
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
_original Stream

공개 메소드들

메소드 설명
DelegateMemoryStream ( Stream original ) : System

Initializes a new instance of the DelegateMemoryStream class.

메소드 상세

DelegateMemoryStream() 공개 메소드

Initializes a new instance of the DelegateMemoryStream class.
public DelegateMemoryStream ( Stream original ) : System
original Stream The original.
리턴 System

프로퍼티 상세

_original 공개적으로 프로퍼티

public Stream _original
리턴 Stream