GetCharacters

Comment.GetCharacters method

Restituisce tutti gli oggetti Characters che rappresentano un intervallo di caratteri all’interno del testo del commento.

public ArrayList GetCharacters()

Valore di ritorno

Tutti gli oggetti Personaggi

Esempi


[C#]
ArrayList list = comment1.GetCharacters();

Guarda anche