Sets class of the character at given index.
Namespace: Sgry.AzukiAssembly: Azuki (in Azuki.dll) Version: 1.7.13.40248
Syntax
C# |
---|
public void SetCharClass( int index, CharClass klass ) |
Visual Basic |
---|
Public Sub SetCharClass ( index As Integer, klass As CharClass ) |
Parameters
- index
- Type: System..::..Int32
- klass
- Type: Sgry.Azuki..::..CharClass
Exceptions
Exception | Condition |
---|---|
System..::..ArgumentOutOfRangeException | Specified index is out of valid range. |