public static class Checks

assembly RefDocGen
namespace RefDocGen.TemplateProcessors.Shared.TemplateTools
Base type:  object

Contains additional checks used in templates.

Methods

public static bool AnyNonEmpty(params IEnumerable<object> enumerables) #
Parameters
params IEnumerable<object> enumerables
Returns
public static bool AnyNotNull(params object[] values) #
Determines whether at least one of the provided values is not null.
Parameters
params object[] values
A list of values to check.
Returns
bool
true if at least one value is not null; otherwise, false.