NAudio.Wave.CueList.this C# (CSharp) Method

this() public method

Accesses the cue at the specified index
public this ( int index ) : Cue
index int
return Cue
        public Cue this[int index]
	    {
            get { return cues[index]; }
	    }