You are here: Start » AVL.NET » CharacterSample Class
CharacterSample Class
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.TS.dll |
Constructors
| Constructor | Description | |
|---|---|---|
| CharacterSample(String, Region) | ||
| CharacterSample(CharacterSample) | Creates a deep copy of the passed object. | |
| CharacterSample() |
Properties
| Name | Type | Description | |
|---|---|---|---|
| Character | System.String | ||
| IsDisposed | System.Boolean | ||
| Sample | AvlNet.Region | ||
| Valid | System.Boolean | Character sample consist of single character and a non-empty region |
Methods
| Name | Description | |
|---|---|---|
| Dispose() | Disposes underlying unmanaged resources. See MSDN documentation for IDisposable interface for more info. | |
| Equals(AvlNet.CharacterSample) | ||
| Equals(object) | Inherited from System.Object | |
| Equals(AvlNet.CharacterSample, AvlNet.CharacterSample) | ||
| GetHashCode() | Inherited from System.Object | |
| GetType() | Inherited from System.Object | |
| Reset(AvlNet.CharacterSample) | Resets this instance with data of the other CharacterSample object. | |
| ToString() | Inherited from System.Object |
