Persistence.KademliaKeyword.KademliaKeyword C# (CSharp) Method

KademliaKeyword() public method

Default keyword constructor.
public KademliaKeyword ( ) : System
return System
        public KademliaKeyword()
        {
            this.Id = null;
            this.Tags = new List<string>();
        }

Same methods

KademliaKeyword::KademliaKeyword ( string key ) : System