C# 클래스 FParsec.StringBuffer

A substring of a pinned string on the large object heap. StringBuffers are cached in a pool and hence need to be properly disposed.
상속: IDisposable
파일 보기 프로젝트 열기: sandersn/fing

공개 메소드들

메소드 설명
Create ( int minLength ) : StringBuffer
Dispose ( ) : void

비공개 메소드들

메소드 설명
StringBuffer ( PoolSegment segment, int index, int length ) : System

메소드 상세

Create() 공개 정적인 메소드

public static Create ( int minLength ) : StringBuffer
minLength int
리턴 StringBuffer

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void