Class FastStringWithPool
Inheritance
System.Object
FastStringWithPool
Assembly: FastReport.Base.dll
Syntax
public class FastStringWithPool : FastString
Constructors
FastStringWithPool(Dictionary<String, String>)
Declaration
public FastStringWithPool(Dictionary<string, string> pool)
Parameters
Type |
Name |
Description |
System.Collections.Generic.Dictionary<System.String, System.String> |
pool |
|
Methods
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Overrides