Endfield??
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace BeyondTools.SparkBuffer.Extensions
|
||||
{
|
||||
public static class SparkTypeExtensions
|
||||
{
|
||||
public static bool IsEnumOrBeanType(this SparkType type)
|
||||
=> type is SparkType.Enum or SparkType.Bean;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user