Dim sections1 As Sections Dim returnValue As Section returnValue = sections1.Last
ReadOnly Property Last() As Section
Section Last {get;}
property Section^ Last{ Section^ get(); }
public Section get_Last();
function get Last() : Section;