[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Interfaces=CharacterRange Info=Specifies a range of character positions within a string. [Property] Name=Sets the name of the component. ARG(string)|2| @First=Sets the position in the string of the first character of this CharacterRange. ARG(int)|1|0 @Length=Sets the number of positions in this CharacterRange. ARG(int)|1|0 [Methods] doCharacterRange=Sets the CharacterRange structure. ARG(CharacterRange range)|1|0 *doConstructor=Initializes a new instance of the CharacterRange structure, specifying a range of character positions within a string. ARG(int First, int Length)|1|0 *doEquals=Gets a value indicating whether this object is equivalent to the specified object. ARG(Object obj)|1|0 *onEquals=Occurs after invoke the method doEquals and returns the result. ARG(bool)|2|104 *.First=Returns the position in the string of the first character of this CharacterRange. ARG(int)|3|1 *.Length=Returns the number of positions in this CharacterRange. ARG(int)|3|1 *GetHashCode=Returns the hash code for this instance. ARG(int)|3|1 CharacterRange=Returns the CharacterRange object. ARG(CharacterRange)|3|0 Range=Defines the CharacterRange structure to operate. ARG(CharacterRange)|4|0 First=Defines the position of the first character in the range. For example, if First is set to 0, the first position of the range is position 0 in the string. ARG(int)|4|1 Length=Defines the number of positions in the range. ARG(int)|4|1 *obj=Defines the object to compare to for equality. ARG(Object)|4|0