You are here: Start » AVL.NET » CharacterSample Class

CharacterSample Class

Namespace:AvlNet
Assembly:AVL.NET.TS.dll

Constructors

 ConstructorDescription
CharacterSample(String, Region)
CharacterSample(CharacterSample)Creates a deep copy of the passed object.
CharacterSample()

Properties

 NameTypeDescription
CharacterSystem.String
IsDisposedSystem.Boolean
SampleAvlNet.Region
ValidSystem.BooleanCharacter sample consist of single character and a non-empty region

Methods

 NameDescription
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

See also