Apricot.Entry.Entry C# (CSharp) Method

Entry() public method

public Entry ( ) : System
return System
        public Entry()
        {
            this.tagCollection = new Collection<string>();
            this.similarEntryCollection = new Collection<Entry>();
        }