ActivEarth.Objects.Groups.Wall.Wall C# (CSharp) Method

Wall() public method

Creates a new Wall object where Messages can be posted.
public Wall ( ) : System
return System
        public Wall()
        {
            this.Messages = new List<Message>(MAX_MESSAGES);
        }