SIL.Cog.Domain.Meaning.Meaning C# (CSharp) Method

Meaning() public method

public Meaning ( string gloss, string category ) : SIL.Collections
gloss string
category string
return SIL.Collections
        public Meaning(string gloss, string category)
        {
            Gloss = gloss;
            Category = category;
        }