C# 클래스 ServiceStack.Text.RecyclableMemoryStream.BlockAndOffset

파일 보기 프로젝트 열기: ServiceStack/ServiceStack.Text

공개 프로퍼티들

프로퍼티 타입 설명
Block int
Offset int

공개 메소드들

메소드 설명
BlockAndOffset ( int block, int offset ) : System

메소드 상세

BlockAndOffset() 공개 메소드

public BlockAndOffset ( int block, int offset ) : System
block int
offset int
리턴 System

프로퍼티 상세

Block 공개적으로 프로퍼티

public int Block
리턴 int

Offset 공개적으로 프로퍼티

public int Offset
리턴 int