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
Afficher le fichier Open project: sandersn/fing

Méthodes publiques

Méthode Description
Create ( int minLength ) : StringBuffer
Dispose ( ) : void

Private Methods

Méthode Description
StringBuffer ( PoolSegment segment, int index, int length ) : System

Method Details

Create() public static méthode

public static Create ( int minLength ) : StringBuffer
minLength int
Résultat StringBuffer

Dispose() public méthode

public Dispose ( ) : void
Résultat void