SnowflakeIdGenerator.NewId C# (CSharp) Method

NewId() public method

public NewId ( ) : string
return string
    public string NewId()
    {
        throw new NotImplementedException();
    }
}
SnowflakeIdGenerator