VolunteerQueue.VolunteerNode.VolunteerNode C# (CSharp) Method

VolunteerNode() public method

public VolunteerNode ( ) : System
return System
        public VolunteerNode()
        {
            _volunteer = null;
               _next = null;
        }
VolunteerNode