MonkeySpace.Core.Session.Session C# (CSharp) Method

Session() public method

public Session ( ) : System
return System
        public Session()
        {
            Speakers = new List<Speaker>();
        }

Same methods

Session::Session ( JsonValue json ) : System