Class StringPool
Pool of
Inheritance
System.Object
StringPool
Namespace: CarinaStudio
Assembly: CarinaStudio.AppBase.Core.dll
Syntax
public class StringPool : object
Properties
| Improve this Doc View SourceItem[String]
Get
Declaration
public string this[string value] { get; }
Parameters
Type | Name | Description |
---|---|---|
System. |
value | String value. The instance will be added to pool if it is not found in pool. |
Property Value
Type | Description |
---|---|
System. |
Methods
| Improve this Doc View SourceClear()
Clear all string instances from pool.
Declaration
public void Clear()