Persistence.KademliaKeyword.GetAsDatabaseType C# (CSharp) Method

GetAsDatabaseType() public method

Returns the object itself because it's ready to be loaded in the repository (and implements IDocumentType!)
public GetAsDatabaseType ( ) : dynamic
return dynamic
        public dynamic GetAsDatabaseType()
        {
            return this;
        }