System.Globalization.Message.Message C# (CSharp) Method

Message() public method

Create a new, empty Message
public Message ( ) : System
return System
        public Message()
        {
            AutoID = _nextAutoID++;
            MsgID = "";
            MsgStr = "";
            Contexts = new List<string>();
            TranslatorComments = new List<string>();
            ExtractedComments = new List<string>();
        }

Same methods

Message::Message ( string msgID ) : System
Message::Message ( string msgID, string msgStr ) : System
Message::Message ( string msgID, string msgStr, string firstContext ) : System