'Declaration <DebuggerStepThroughAttribute()> <DebuggerNonUserCodeAttribute()> Public Sub DeleteCharacter( _ ByVal index As Integer _ )
'Usage Dim instance As TextLineResult Dim index As Integer instance.DeleteCharacter(index)
[DebuggerStepThrough()] [DebuggerNonUserCode()] public void DeleteCharacter( int index )
[DebuggerStepThrough()] [DebuggerNonUserCode()] public: void DeleteCharacter( int index )
[DebuggerStepThrough()] [DebuggerNonUserCode()] public: void DeleteCharacter( int index )
Parameters
- index
- The zero based index for the CharacterResult. An System.ArgumentOutOfRangeException will occur if the index less than 0 or greater or equal to the NumberCharacters.