Table of Contents

Interface IValidator<T>

Namespace
CounterStrikeSharp.API.Modules.Cvars.Validators
Assembly
CounterStrikeSharp.API.dll
public interface IValidator<in T>

Type Parameters

T

Methods

Validate(T, out string?)

bool Validate(T value, out string? errorMessage)

Parameters

value T
errorMessage string

Returns

bool