VolunteerQueue.VolunteerQueue.getValofLastNode C# (CSharp) Метод

getValofLastNode() публичный Метод

public getValofLastNode ( ) : VolunteerClass
Результат VolunteerClass
        public VolunteerClass getValofLastNode()
        {
            return rear.Volunteer;
        }