|   | SongAddPhrase Method | 
        
        
            Add a predefined phrase of notes to the song.
            
        
        Namespace: GSF.Media.MusicAssembly: GSF.Media (in GSF.Media.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic void AddPhrase(
	Phrase phrase
)
Public Sub AddPhrase ( 
	phrase As Phrase
)
public:
void AddPhrase(
	Phrase^ phrase
)
member AddPhrase : 
        phrase : Phrase -> unit function AddPhrase(phrase);
Parameters
- phrase  Phrase
- Phrase to add.
 See Also
See Also