C# Class 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.
Inheritance: IDisposable
Mostrar archivo Open project: sandersn/fing

Public Methods

Method Description
Create ( int minLength ) : StringBuffer
Dispose ( ) : void

Private Methods

Method Description
StringBuffer ( PoolSegment segment, int index, int length ) : System

Method Details

Create() public static method

public static Create ( int minLength ) : StringBuffer
minLength int
return StringBuffer

Dispose() public method

public Dispose ( ) : void
return void