Persistence.KademliaKeyword.GetDatabaseType C# (CSharp) Method

GetDatabaseType() public method

Returns the Type of the KadmeliaKeyword class.
public GetDatabaseType ( ) : Type
return System.Type
        public Type GetDatabaseType()
        {
            return this.GetType();
        }